Html Css Color HEX #C33F59 Old Rose

📋 copy color: '#C33F59'

red 195 ◦ green 63 ◦ blue 89

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

Shades of Old Rose #C33F59

Tints of Old Rose #C33F59

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 56.2%
G = 18.16%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C33F59 (or 0xC33F59) is known color: Old Rose. HEX triplet: C3, 3F and 59. RGB value is (195,63,89). Sum of RGB (Red+Green+Blue) = 195+63+89=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F59 is #3CC0A6. Grayscale: #696969. Windows color (decimal): -3981479 or 5849027. OLE color: 5849027.

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

Color convert

RGB 195 63 89 -
CMYK 0 0.68 0.54 0.24
HSL 348.18º 0.52% 0.51% -
HSV(B) 348.18º 0.68% 0.76% -
XYZ 26.09 15.88 11.14 -
YUV 105.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 195 63 89 0 0.68 0.54 0.24 348.18 0.52 0.51
Hex C3 3F 59 0 44 36 18 15C 34 33
Octal 303 77 131 0 104 66 30 534 64 63
Binary 11000011 111111 1011001 0 1000100 110110 11000 101011100 110100 110011

Color Harmonies of #C33F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F59

Black with #C33F59

Text Example


Text Example

White with #C33F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F59; }

 p { color: rgb(195,63,89); }

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

background-color css

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

 a { background-color: rgb(195,63,89); }

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

border-color css

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

 span { border-color: rgb(195,63,89); }

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