#CCBEA9

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

Shades of Soft Amber #CCBEA9

Tints of Soft Amber #CCBEA9

Color information

#CCBEA9 (or 0xCCBEA9) is unknown color: approx Soft Amber. HEX triplet: CC, BE and A9. RGB value is (204,190,169). Sum of RGB (Red+Green+Blue) = 204+190+169=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBEA9 is #334156. Grayscale: #BFBFBF. Windows color (decimal): -3359063 or 11124428. OLE color: 11124428.

HSL color Cylindrical-coordinate representation of color #CCBEA9: hue angle of 36º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBEA9 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204190169-
CMYK00.070.170.2
HSL36º25.55%73.14%-
HSV(B)36º17.16%80%-
XYZ50.4852.5345.01-
YUV191.79115.14136.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 169 (66.41% from 255) = 30.02%
R=36.23%
G=33.75%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419016900.070.170.23625.5573.14
HexCCBEA9071114241a49
Octal3142762510721244432111
Binary11001100101111101010100101111000110100100100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEA9; }

 p { color: rgb(204,190,169); }

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

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

 a { background-color: rgb(204,190,169); }

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

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

 span { border-color: rgb(204,190,169); }

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