Html Css Color HEX #CC2356 Old Rose

📋 copy color: '#CC2356'

red 204 ◦ green 35 ◦ blue 86

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

Shades of Old Rose #CC2356

Tints of Old Rose #CC2356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.77%

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

R = 62.77%
G = 10.77%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC2356 (or 0xCC2356) is known color: Old Rose. HEX triplet: CC, 23 and 56. RGB value is (204,35,86). Sum of RGB (Red+Green+Blue) = 204+35+86=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2356 is #33DCA9. Grayscale: #5B5B5B. Windows color (decimal): -3398826 or 5645260. OLE color: 5645260.

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

Color convert

RGB 204 35 86 -
CMYK 0 0.83 0.58 0.2
HSL 341.89º 0.71% 0.47% -
HSV(B) 341.89º 0.83% 0.8% -
XYZ 27.18 14.71 10.21 -
YUV 91.35 124.99 208.35 -
System Red Green Blue C M Y K H S L
Decimal 204 35 86 0 0.83 0.58 0.2 341.89 0.71 0.47
Hex CC 23 56 0 53 3A 14 156 47 2F
Octal 314 43 126 0 123 72 24 526 107 57
Binary 11001100 100011 1010110 0 1010011 111010 10100 101010110 1000111 101111

Color Harmonies of #CC2356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2356

Black with #CC2356

Text Example


Text Example

White with #CC2356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2356; }

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

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

background-color css

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

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

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

border-color css

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

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

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