Html Css Color HEX #C33555 Old Rose

📋 copy color: '#C33555'

red 195 ◦ green 53 ◦ blue 85

#C33555
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #C33555

Tints of Old Rose #C33555

RGB

 RED value IS 195 (76.56% from 255) = 58.56%

 GREEN value IS 53 (21.09% from 255) = 15.92%

 BLUE value IS 85 (33.59% from 255) = 25.53%

R = 58.56%
G = 15.92%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C33555 (or 0xC33555) is known color: Old Rose. HEX triplet: C3, 35 and 55. RGB value is (195,53,85). Sum of RGB (Red+Green+Blue) = 195+53+85=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C33555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33555 is #3CCAAA. Grayscale: #636363. Windows color (decimal): -3984043 or 5584323. OLE color: 5584323.

HSL color Cylindrical-coordinate representation of color #C33555: hue angle of 346.48º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33555 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 85 -
CMYK 0 0.73 0.56 0.24
HSL 346.48º 0.57% 0.49% -
HSV(B) 346.48º 0.73% 0.76% -
XYZ 25.42 14.8 10.11 -
YUV 99.11 120.04 196.4 -
System Red Green Blue C M Y K H S L
Decimal 195 53 85 0 0.73 0.56 0.24 346.48 0.57 0.49
Hex C3 35 55 0 49 38 18 15A 39 31
Octal 303 65 125 0 111 70 30 532 71 61
Binary 11000011 110101 1010101 0 1001001 111000 11000 101011010 111001 110001

Color Harmonies of #C33555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33555

Black with #C33555

Text Example


Text Example

White with #C33555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33555; }

 p { color: rgb(195,53,85); }

 H1.HeaderClassName
 {
   color: #C33555;
 }
 .AnyTagClassName
 {
   color: #C33555;
 }
</style>

background-color css

<style>
 a { background-color: #C33555; }

 a { background-color: rgb(195,53,85); }

 div.DivClassName
 {
   background-color: #C33555;
 }
 .BgClassName
 {
   background-color: #C33555;
 }
</style>

border-color css

<style>
 span { border-color: #C33555; }

 span { border-color: rgb(195,53,85); }

 td.TdClassName
 {
   border-color: #C33555;
 }
 .TagClassName
 {
   border-color: #C33555;
 }
</style>