#CCA38F

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

Shades of Rose #CCA38F

Tints of Rose #CCA38F

Color information

#CCA38F (or 0xCCA38F) is unknown color: approx Rose. HEX triplet: CC, A3 and 8F. RGB value is (204,163,143). Sum of RGB (Red+Green+Blue) = 204+163+143=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA38F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA38F is #335C70. Grayscale: #ADADAD. Windows color (decimal): -3366001 or 9413580. OLE color: 9413580.

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

Color convert

RGB204163143-
CMYK00.200.300.2
HSL19.67º37.42%68.04%-
HSV(B)19.67º29.9%80%-
XYZ42.9641.0131.64-
YUV172.98111.08150.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=40%
G=31.96%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416314300.200.300.219.6737.4268.04
HexCCA38F0141E14142544
Octal31424321702436242445104
Binary1100110010100011100011110101001111010100101001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA38F; }

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

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

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

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

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

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

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

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