#cc234d

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

Shades of Old Rose #CC234D

Tints of Old Rose #CC234D

Color information

#CC234D (or 0xCC234D) is unknown color: approx Old Rose. HEX triplet: CC, 23 and 4D. RGB value is (204,35,77). Sum of RGB (Red+Green+Blue) = 204+35+77=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC234D is #33DCB2. Grayscale: #5A5A5A. Windows color (decimal): -3398835 or 5055436. OLE color: 5055436.

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

Color convert

RGB2043577-
CMYK00.830.620.2
HSL345.09º70.71%46.86%-
HSV(B)345.09º82.84%80%-
XYZ26.8414.588.42-
YUV90.32120.49209.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.56%
GREEN value IS 35 (14.06% from 255) = 11.08%
BLUE value IS 77 (30.47% from 255) = 24.37%
R=64.56%
G=11.08%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204357700.830.620.2345.0970.7146.86
HexCC234D0533E14159472f
Octal314431150123762453110757
Binary11001100100011100110101010011111110101001010110011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc234d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc234d; }

 p { color: rgb(204,35,77); }

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

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

 a { background-color: rgb(204,35,77); }

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

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

 span { border-color: rgb(204,35,77); }

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