Html Css Color HEX #CC2557 Old Rose

📋 copy color: '#CC2557'

red 204 ◦ green 37 ◦ blue 87

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

Shades of Old Rose #CC2557

Tints of Old Rose #CC2557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.52%

R = 62.2%
G = 11.28%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC2557 (or 0xCC2557) is known color: Old Rose. HEX triplet: CC, 25 and 57. RGB value is (204,37,87). Sum of RGB (Red+Green+Blue) = 204+37+87=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2557 is #33DAA8. Grayscale: #5C5C5C. Windows color (decimal): -3398313 or 5711308. OLE color: 5711308.

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

Color convert

RGB 204 37 87 -
CMYK 0 0.82 0.57 0.2
HSL 342.04º 0.69% 0.47% -
HSV(B) 342.04º 0.82% 0.8% -
XYZ 27.28 14.85 10.44 -
YUV 92.63 124.83 207.43 -
System Red Green Blue C M Y K H S L
Decimal 204 37 87 0 0.82 0.57 0.2 342.04 0.69 0.47
Hex CC 25 57 0 52 39 14 156 45 2F
Octal 314 45 127 0 122 71 24 526 105 57
Binary 11001100 100101 1010111 0 1010010 111001 10100 101010110 1000101 101111

Color Harmonies of #CC2557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2557

Black with #CC2557

Text Example


Text Example

White with #CC2557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2557; }

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

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

background-color css

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

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

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

border-color css

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

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

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