Html Css Color HEX #CC2554 Old Rose

📋 copy color: '#CC2554'

red 204 ◦ green 37 ◦ blue 84

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

Shades of Old Rose #CC2554

Tints of Old Rose #CC2554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

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

R = 62.77%
G = 11.38%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC2554 (or 0xCC2554) is known color: Old Rose. HEX triplet: CC, 25 and 54. RGB value is (204,37,84). Sum of RGB (Red+Green+Blue) = 204+37+84=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2554 is #33DAAB. Grayscale: #5C5C5C. Windows color (decimal): -3398316 or 5514700. OLE color: 5514700.

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

Color convert

RGB 204 37 84 -
CMYK 0 0.82 0.59 0.2
HSL 343.11º 0.69% 0.47% -
HSV(B) 343.11º 0.82% 0.8% -
XYZ 27.16 14.8 9.81 -
YUV 92.29 123.33 207.68 -
System Red Green Blue C M Y K H S L
Decimal 204 37 84 0 0.82 0.59 0.2 343.11 0.69 0.47
Hex CC 25 54 0 52 3B 14 157 45 2F
Octal 314 45 124 0 122 73 24 527 105 57
Binary 11001100 100101 1010100 0 1010010 111011 10100 101010111 1000101 101111

Color Harmonies of #CC2554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2554

Black with #CC2554

Text Example


Text Example

White with #CC2554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2554; }

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

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

background-color css

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

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

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

border-color css

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

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

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