Html Css Color HEX #CC2258 Old Rose

📋 copy color: '#CC2258'

red 204 ◦ green 34 ◦ blue 88

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

Shades of Old Rose #CC2258

Tints of Old Rose #CC2258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 62.58%
G = 10.43%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC2258 (or 0xCC2258) is known color: Old Rose. HEX triplet: CC, 22 and 58. RGB value is (204,34,88). Sum of RGB (Red+Green+Blue) = 204+34+88=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2258 is #33DDA7. Grayscale: #5A5A5A. Windows color (decimal): -3399080 or 5776076. OLE color: 5776076.

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

Color convert

RGB 204 34 88 -
CMYK 0 0.83 0.57 0.2
HSL 340.94º 0.71% 0.47% -
HSV(B) 340.94º 0.83% 0.8% -
XYZ 27.24 14.69 10.63 -
YUV 90.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 204 34 88 0 0.83 0.57 0.2 340.94 0.71 0.47
Hex CC 22 58 0 53 39 14 155 47 2F
Octal 314 42 130 0 123 71 24 525 107 57
Binary 11001100 100010 1011000 0 1010011 111001 10100 101010101 1000111 101111

Color Harmonies of #CC2258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2258

Black with #CC2258

Text Example


Text Example

White with #CC2258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2258; }

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

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

background-color css

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

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

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

border-color css

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

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

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