#CCBDA9

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

Shades of Soft Amber #CCBDA9

Tints of Soft Amber #CCBDA9

Color information

#CCBDA9 (or 0xCCBDA9) is unknown color: approx Soft Amber. HEX triplet: CC, BD and A9. RGB value is (204,189,169). Sum of RGB (Red+Green+Blue) = 204+189+169=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDA9 is #334256. Grayscale: #BFBFBF. Windows color (decimal): -3359319 or 11124172. OLE color: 11124172.

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

Color convert

RGB204189169-
CMYK00.070.170.2
HSL34.29º25.55%73.14%-
HSV(B)34.29º17.16%80%-
XYZ50.2652.144.94-
YUV191.2115.47137.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 169 (66.41% from 255) = 30.07%
R=36.30%
G=33.63%
B=30.07%

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
Decimal20418916900.070.170.234.2925.5573.14
HexCCBDA9071114221a49
Octal3142752510721244232111
Binary11001100101111011010100101111000110100100010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDA9; }

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

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

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

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

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

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

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

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