Html Css Color HEX #CC2859 Old Rose

📋 copy color: '#CC2859'

red 204 ◦ green 40 ◦ blue 89

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

Shades of Old Rose #CC2859

Tints of Old Rose #CC2859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.01%

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

R = 61.26%
G = 12.01%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC2859 (or 0xCC2859) is known color: Old Rose. HEX triplet: CC, 28 and 59. RGB value is (204,40,89). Sum of RGB (Red+Green+Blue) = 204+40+89=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2859 is #33D7A6. Grayscale: #5E5E5E. Windows color (decimal): -3397543 or 5843148. OLE color: 5843148.

HSL color Cylindrical-coordinate representation of color #CC2859: hue angle of 342.07º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2859 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 40 89 -
CMYK 0 0.80 0.56 0.2
HSL 342.07º 0.67% 0.48% -
HSV(B) 342.07º 0.8% 0.8% -
XYZ 27.46 15.08 10.91 -
YUV 94.62 124.83 206.02 -
System Red Green Blue C M Y K H S L
Decimal 204 40 89 0 0.80 0.56 0.2 342.07 0.67 0.48
Hex CC 28 59 0 50 38 14 156 43 30
Octal 314 50 131 0 120 70 24 526 103 60
Binary 11001100 101000 1011001 0 1010000 111000 10100 101010110 1000011 110000

Color Harmonies of #CC2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2859

Black with #CC2859

Text Example


Text Example

White with #CC2859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2859; }

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

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

background-color css

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

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

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

border-color css

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

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

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