Html Css Color HEX #C33F51 Old Rose

📋 copy color: '#C33F51'

red 195 ◦ green 63 ◦ blue 81

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

Shades of Old Rose #C33F51

Tints of Old Rose #C33F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.89%

R = 57.52%
G = 18.58%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C33F51 (or 0xC33F51) is known color: Old Rose. HEX triplet: C3, 3F and 51. RGB value is (195,63,81). Sum of RGB (Red+Green+Blue) = 195+63+81=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F51 is #3CC0AE. Grayscale: #686868. Windows color (decimal): -3981487 or 5324739. OLE color: 5324739.

HSL color Cylindrical-coordinate representation of color #C33F51: hue angle of 351.82º 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 #C33F51 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 63 81 -
CMYK 0 0.68 0.58 0.24
HSL 351.82º 0.52% 0.51% -
HSV(B) 351.82º 0.68% 0.76% -
XYZ 25.77 15.75 9.47 -
YUV 104.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 195 63 81 0 0.68 0.58 0.24 351.82 0.52 0.51
Hex C3 3F 51 0 44 3A 18 160 34 33
Octal 303 77 121 0 104 72 30 540 64 63
Binary 11000011 111111 1010001 0 1000100 111010 11000 101100000 110100 110011

Color Harmonies of #C33F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F51

Black with #C33F51

Text Example


Text Example

White with #C33F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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