Html Css Color HEX #CC3456 Old Rose

📋 copy color: '#CC3456'

red 204 ◦ green 52 ◦ blue 86

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

Shades of Old Rose #CC3456

Tints of Old Rose #CC3456

RGB

 RED value IS 204 (80.08% from 255) = 59.65%

 GREEN value IS 52 (20.7% from 255) = 15.2%

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

R = 59.65%
G = 15.2%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC3456 (or 0xCC3456) is known color: Old Rose. HEX triplet: CC, 34 and 56. RGB value is (204,52,86). Sum of RGB (Red+Green+Blue) = 204+52+86=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3456 is #33CBA9. Grayscale: #656565. Windows color (decimal): -3394474 or 5649612. OLE color: 5649612.

HSL color Cylindrical-coordinate representation of color #CC3456: hue angle of 346.58º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3456 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 52 86 -
CMYK 0 0.75 0.58 0.2
HSL 346.58º 0.6% 0.5% -
HSV(B) 346.58º 0.75% 0.8% -
XYZ 27.81 15.97 10.42 -
YUV 101.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 204 52 86 0 0.75 0.58 0.2 346.58 0.6 0.5
Hex CC 34 56 0 4B 3A 14 15B 3C 32
Octal 314 64 126 0 113 72 24 533 74 62
Binary 11001100 110100 1010110 0 1001011 111010 10100 101011011 111100 110010

Color Harmonies of #CC3456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3456

Black with #CC3456

Text Example


Text Example

White with #CC3456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3456; }

 p { color: rgb(204,52,86); }

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

background-color css

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

 a { background-color: rgb(204,52,86); }

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

border-color css

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

 span { border-color: rgb(204,52,86); }

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