#CCBCAA

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

Shades of Soft Amber #CCBCAA

Tints of Soft Amber #CCBCAA

Color information

#CCBCAA (or 0xCCBCAA) is unknown color: approx Soft Amber. HEX triplet: CC, BC and AA. RGB value is (204,188,170). Sum of RGB (Red+Green+Blue) = 204+188+170=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBCAA is #334355. Grayscale: #BEBEBE. Windows color (decimal): -3359574 or 11189452. OLE color: 11189452.

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

Color convert

RGB204188170-
CMYK00.080.170.2
HSL31.76º25%73.33%-
HSV(B)31.76º16.67%80%-
XYZ50.1451.7145.37-
YUV190.73116.3137.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=36.30%
G=33.45%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418817000.080.170.231.762573.33
HexCCBCAA081114201949
Octal31427425201021244031111
Binary110011001011110010101010010001000110100100000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCAA; }

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

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

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

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

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

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

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

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