Html Css Color HEX #CC2854 Old Rose

📋 copy color: '#CC2854'

red 204 ◦ green 40 ◦ blue 84

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

Shades of Old Rose #CC2854

Tints of Old Rose #CC2854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.61%

R = 62.2%
G = 12.2%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC2854 (or 0xCC2854) is known color: Old Rose. HEX triplet: CC, 28 and 54. RGB value is (204,40,84). Sum of RGB (Red+Green+Blue) = 204+40+84=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2854 is #33D7AB. Grayscale: #5E5E5E. Windows color (decimal): -3397548 or 5515468. OLE color: 5515468.

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

Color convert

RGB 204 40 84 -
CMYK 0 0.80 0.59 0.2
HSL 343.9º 0.67% 0.48% -
HSV(B) 343.9º 0.8% 0.8% -
XYZ 27.26 15 9.85 -
YUV 94.05 122.33 206.42 -
System Red Green Blue C M Y K H S L
Decimal 204 40 84 0 0.80 0.59 0.2 343.9 0.67 0.48
Hex CC 28 54 0 50 3B 14 158 43 30
Octal 314 50 124 0 120 73 24 530 103 60
Binary 11001100 101000 1010100 0 1010000 111011 10100 101011000 1000011 110000

Color Harmonies of #CC2854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2854

Black with #CC2854

Text Example


Text Example

White with #CC2854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2854; }

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

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

background-color css

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

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

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

border-color css

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

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

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