Html Css Color HEX #C33B55 Old Rose

📋 copy color: '#C33B55'

red 195 ◦ green 59 ◦ blue 85

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

Shades of Old Rose #C33B55

Tints of Old Rose #C33B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.4%

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

R = 57.52%
G = 17.4%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C33B55 (or 0xC33B55) is known color: Old Rose. HEX triplet: C3, 3B and 55. RGB value is (195,59,85). Sum of RGB (Red+Green+Blue) = 195+59+85=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B55 is #3CC4AA. Grayscale: #666666. Windows color (decimal): -3982507 or 5585859. OLE color: 5585859.

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

Color convert

RGB 195 59 85 -
CMYK 0 0.70 0.56 0.24
HSL 348.53º 0.54% 0.5% -
HSV(B) 348.53º 0.7% 0.76% -
XYZ 25.71 15.39 10.21 -
YUV 102.63 118.06 193.89 -
System Red Green Blue C M Y K H S L
Decimal 195 59 85 0 0.70 0.56 0.24 348.53 0.54 0.5
Hex C3 3B 55 0 46 38 18 15D 36 32
Octal 303 73 125 0 106 70 30 535 66 62
Binary 11000011 111011 1010101 0 1000110 111000 11000 101011101 110110 110010

Color Harmonies of #C33B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33B55

Black with #C33B55

Text Example


Text Example

White with #C33B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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