Html Css Color HEX #C33C55 Old Rose

📋 copy color: '#C33C55'

red 195 ◦ green 60 ◦ blue 85

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

Shades of Old Rose #C33C55

Tints of Old Rose #C33C55

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.65%

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

R = 57.35%
G = 17.65%
B = 25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C33C55 (or 0xC33C55) is known color: Old Rose. HEX triplet: C3, 3C and 55. RGB value is (195,60,85). Sum of RGB (Red+Green+Blue) = 195+60+85=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C55 is #3CC3AA. Grayscale: #676767. Windows color (decimal): -3982251 or 5586115. OLE color: 5586115.

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

Color convert

RGB 195 60 85 -
CMYK 0 0.69 0.56 0.24
HSL 348.89º 0.53% 0.5% -
HSV(B) 348.89º 0.69% 0.76% -
XYZ 25.76 15.49 10.23 -
YUV 103.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 195 60 85 0 0.69 0.56 0.24 348.89 0.53 0.5
Hex C3 3C 55 0 45 38 18 15D 35 32
Octal 303 74 125 0 105 70 30 535 65 62
Binary 11000011 111100 1010101 0 1000101 111000 11000 101011101 110101 110010

Color Harmonies of #C33C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C55

Black with #C33C55

Text Example


Text Example

White with #C33C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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