#CCBDAB

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

Shades of Soft Amber #CCBDAB

Tints of Soft Amber #CCBDAB

Color information

#CCBDAB (or 0xCCBDAB) is unknown color: approx Soft Amber. HEX triplet: CC, BD and AB. RGB value is (204,189,171). Sum of RGB (Red+Green+Blue) = 204+189+171=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDAB is #334254. Grayscale: #BFBFBF. Windows color (decimal): -3359317 or 11255244. OLE color: 11255244.

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

Color convert

RGB204189171-
CMYK00.070.160.2
HSL32.73º24.44%73.53%-
HSV(B)32.73º16.18%80%-
XYZ50.4552.1745.94-
YUV191.43116.47136.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 171 (67.19% from 255) = 30.32%
R=36.17%
G=33.51%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418917100.070.160.232.7324.4473.53
HexCCBDAB07101421184a
Octal3142752530720244130112
Binary11001100101111011010101101111000010100100001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDAB; }

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

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

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

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

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

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

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

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