#CCA28F

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

Shades of Rose #CCA28F

Tints of Rose #CCA28F

Color information

#CCA28F (or 0xCCA28F) is unknown color: approx Rose. HEX triplet: CC, A2 and 8F. RGB value is (204,162,143). Sum of RGB (Red+Green+Blue) = 204+162+143=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA28F is #335D70. Grayscale: #ACACAC. Windows color (decimal): -3366257 or 9413324. OLE color: 9413324.

HSL color Cylindrical-coordinate representation of color #CCA28F: hue angle of 18.69º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA28F is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204162143-
CMYK00.210.300.2
HSL18.69º37.42%68.04%-
HSV(B)18.69º29.9%80%-
XYZ42.7840.6631.58-
YUV172.39111.41150.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 143 (56.25% from 255) = 28.09%
R=40.08%
G=31.83%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416214300.210.300.218.6937.4268.04
HexCCA28F0151E14132544
Octal31424221702536242345104
Binary1100110010100010100011110101011111010100100111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA28F; }

 p { color: rgb(204,162,143); }

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

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

 a { background-color: rgb(204,162,143); }

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

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

 span { border-color: rgb(204,162,143); }

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