Html Css Color HEX #C33C56 Old Rose

📋 copy color: '#C33C56'

red 195 ◦ green 60 ◦ blue 86

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

Shades of Old Rose #C33C56

Tints of Old Rose #C33C56

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.6%

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

R = 57.18%
G = 17.6%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C33C56 (or 0xC33C56) is known color: Old Rose. HEX triplet: C3, 3C and 56. RGB value is (195,60,86). Sum of RGB (Red+Green+Blue) = 195+60+86=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C56 is #3CC3A9. Grayscale: #676767. Windows color (decimal): -3982250 or 5651651. OLE color: 5651651.

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

Color convert

RGB 195 60 86 -
CMYK 0 0.69 0.56 0.24
HSL 348.44º 0.53% 0.5% -
HSV(B) 348.44º 0.69% 0.76% -
XYZ 25.8 15.51 10.44 -
YUV 103.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 195 60 86 0 0.69 0.56 0.24 348.44 0.53 0.5
Hex C3 3C 56 0 45 38 18 15C 35 32
Octal 303 74 126 0 105 70 30 534 65 62
Binary 11000011 111100 1010110 0 1000101 111000 11000 101011100 110101 110010

Color Harmonies of #C33C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C56

Black with #C33C56

Text Example


Text Example

White with #C33C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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