Html Css Color HEX #C33E5E Old Rose

📋 copy color: '#C33E5E'

red 195 ◦ green 62 ◦ blue 94

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

Shades of Old Rose #C33E5E

Tints of Old Rose #C33E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.66%

 BLUE value IS 94 (37.11% from 255) = 26.78%

R = 55.56%
G = 17.66%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C33E5E (or 0xC33E5E) is known color: Old Rose. HEX triplet: C3, 3E and 5E. RGB value is (195,62,94). Sum of RGB (Red+Green+Blue) = 195+62+94=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33E5E is #3CC1A1. Grayscale: #696969. Windows color (decimal): -3981730 or 6176451. OLE color: 6176451.

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

Color convert

RGB 195 62 94 -
CMYK 0 0.68 0.52 0.24
HSL 345.56º 0.53% 0.5% -
HSV(B) 345.56º 0.68% 0.76% -
XYZ 26.25 15.86 12.27 -
YUV 105.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 195 62 94 0 0.68 0.52 0.24 345.56 0.53 0.5
Hex C3 3E 5E 0 44 34 18 15A 35 32
Octal 303 76 136 0 104 64 30 532 65 62
Binary 11000011 111110 1011110 0 1000100 110100 11000 101011010 110101 110010

Color Harmonies of #C33E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33E5E

Black with #C33E5E

Text Example


Text Example

White with #C33E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33E5E; }

 p { color: rgb(195,62,94); }

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

background-color css

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

 a { background-color: rgb(195,62,94); }

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

border-color css

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

 span { border-color: rgb(195,62,94); }

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