#CCBEAA

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

Shades of Soft Amber #CCBEAA

Tints of Soft Amber #CCBEAA

Color information

#CCBEAA (or 0xCCBEAA) is unknown color: approx Soft Amber. HEX triplet: CC, BE and AA. RGB value is (204,190,170). Sum of RGB (Red+Green+Blue) = 204+190+170=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBEAA is #334155. Grayscale: #BFBFBF. Windows color (decimal): -3359062 or 11189964. OLE color: 11189964.

HSL color Cylindrical-coordinate representation of color #CCBEAA: hue angle of 35.29º degrees, saturation: 0.25, 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 #CCBEAA is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204190170-
CMYK00.070.170.2
HSL35.29º25%73.33%-
HSV(B)35.29º16.67%80%-
XYZ50.5752.5745.51-
YUV191.91115.64136.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=36.17%
G=33.69%
B=30.14%

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
Decimal20419017000.070.170.235.292573.33
HexCCBEAA071114231949
Octal3142762520721244331111
Binary11001100101111101010101001111000110100100011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEAA; }

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

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

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

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

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

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

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

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