#CCBCA9

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

Shades of Soft Amber #CCBCA9

Tints of Soft Amber #CCBCA9

Color information

#CCBCA9 (or 0xCCBCA9) is unknown color: approx Soft Amber. HEX triplet: CC, BC and A9. RGB value is (204,188,169). Sum of RGB (Red+Green+Blue) = 204+188+169=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBCA9 is #334356. Grayscale: #BEBEBE. Windows color (decimal): -3359575 or 11123916. OLE color: 11123916.

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

Color convert

RGB204188169-
CMYK00.080.170.2
HSL32.57º25.55%73.14%-
HSV(B)32.57º17.16%80%-
XYZ50.0551.6744.87-
YUV190.62115.8137.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 169 (66.41% from 255) = 30.12%
R=36.36%
G=33.51%
B=30.12%

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
Decimal20418816900.080.170.232.5725.5573.14
HexCCBCA9081114211a49
Octal31427425101021244132111
Binary110011001011110010101001010001000110100100001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCA9; }

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

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

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

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

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

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

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

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