#CBBCA9

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

Shades of Soft Amber #CBBCA9

Tints of Soft Amber #CBBCA9

Color information

#CBBCA9 (or 0xCBBCA9) is unknown color: approx Soft Amber. HEX triplet: CB, BC and A9. RGB value is (203,188,169). Sum of RGB (Red+Green+Blue) = 203+188+169=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBCA9 is #344356. Grayscale: #BEBEBE. Windows color (decimal): -3425111 or 11123915. OLE color: 11123915.

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

Color convert

RGB203188169-
CMYK00.070.170.20
HSL33.53º24.64%72.94%-
HSV(B)33.53º16.75%79.61%-
XYZ49.7751.5344.86-
YUV190.32115.97137.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 169 (66.41% from 255) = 30.18%
R=36.25%
G=33.57%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318816900.070.170.2033.5324.6472.94
HexCBBCA9071114221949
Octal3132742510721244231111
Binary11001011101111001010100101111000110100100010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCA9; }

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

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

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

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

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

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

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

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