Html Css Color HEX #C33F56 Old Rose

📋 copy color: '#C33F56'

red 195 ◦ green 63 ◦ blue 86

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

Shades of Old Rose #C33F56

Tints of Old Rose #C33F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25%

R = 56.69%
G = 18.31%
B = 25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C33F56 (or 0xC33F56) is known color: Old Rose. HEX triplet: C3, 3F and 56. RGB value is (195,63,86). Sum of RGB (Red+Green+Blue) = 195+63+86=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F56 is #3CC0A9. Grayscale: #696969. Windows color (decimal): -3981482 or 5652419. OLE color: 5652419.

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

Color convert

RGB 195 63 86 -
CMYK 0 0.68 0.56 0.24
HSL 349.55º 0.52% 0.51% -
HSV(B) 349.55º 0.68% 0.76% -
XYZ 25.96 15.83 10.49 -
YUV 105.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 195 63 86 0 0.68 0.56 0.24 349.55 0.52 0.51
Hex C3 3F 56 0 44 38 18 15E 34 33
Octal 303 77 126 0 104 70 30 536 64 63
Binary 11000011 111111 1010110 0 1000100 111000 11000 101011110 110100 110011

Color Harmonies of #C33F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F56

Black with #C33F56

Text Example


Text Example

White with #C33F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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