#CC255A

Color #CC255A Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #CC255A

Tints of Old Rose #CC255A

Color information

#CC255A (or 0xCC255A) is unknown color: approx Old Rose. HEX triplet: CC, 25 and 5A. RGB value is (204,37,90). Sum of RGB (Red+Green+Blue) = 204+37+90=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC255A is #33DAA5. Grayscale: #5C5C5C. Windows color (decimal): -3398310 or 5907916. OLE color: 5907916.

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

Color convert

RGB2043790-
CMYK00.820.560.2
HSL340.96º69.29%47.25%-
HSV(B)340.96º81.86%80%-
XYZ27.4114.911.1-
YUV92.98126.33207.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.63%
GREEN value IS 37 (14.84% from 255) = 11.18%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=61.63%
G=11.18%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204379000.820.560.2340.9669.2947.25
HexCC255A0523814155452f
Octal314451320122702452510557
Binary11001100100101101101001010010111000101001010101011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC255A; }

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

 H1.HeaderClassName
 {
   color: #CC255A;
 }
 .AnyTagClassName
 {
   color: #CC255A;
 }
</style>
background-color css

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

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

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

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

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

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