Html Css Color HEX #CC2259 Old Rose

📋 copy color: '#CC2259'

red 204 ◦ green 34 ◦ blue 89

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

Shades of Old Rose #CC2259

Tints of Old Rose #CC2259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.4%

 BLUE value IS 89 (35.16% from 255) = 27.22%

R = 62.39%
G = 10.4%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC2259 (or 0xCC2259) is known color: Old Rose. HEX triplet: CC, 22 and 59. RGB value is (204,34,89). Sum of RGB (Red+Green+Blue) = 204+34+89=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2259 is #33DDA6. Grayscale: #5B5B5B. Windows color (decimal): -3399079 or 5841612. OLE color: 5841612.

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

Color convert

RGB 204 34 89 -
CMYK 0 0.83 0.56 0.2
HSL 340.59º 0.71% 0.47% -
HSV(B) 340.59º 0.83% 0.8% -
XYZ 27.28 14.7 10.85 -
YUV 91.1 126.82 208.53 -
System Red Green Blue C M Y K H S L
Decimal 204 34 89 0 0.83 0.56 0.2 340.59 0.71 0.47
Hex CC 22 59 0 53 38 14 155 47 2F
Octal 314 42 131 0 123 70 24 525 107 57
Binary 11001100 100010 1011001 0 1010011 111000 10100 101010101 1000111 101111

Color Harmonies of #CC2259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2259

Black with #CC2259

Text Example


Text Example

White with #CC2259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2259; }

 p { color: rgb(204,34,89); }

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

background-color css

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

 a { background-color: rgb(204,34,89); }

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

border-color css

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

 span { border-color: rgb(204,34,89); }

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