#CBC0AB

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

Shades of Soft Amber #CBC0AB

Tints of Soft Amber #CBC0AB

Color information

#CBC0AB (or 0xCBC0AB) is unknown color: approx Soft Amber. HEX triplet: CB, C0 and AB. RGB value is (203,192,171). Sum of RGB (Red+Green+Blue) = 203+192+171=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC0AB is #343F54. Grayscale: #C0C0C0. Windows color (decimal): -3424085 or 11256011. OLE color: 11256011.

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

Color convert

RGB203192171-
CMYK00.050.160.20
HSL39.38º23.53%73.33%-
HSV(B)39.38º15.76%79.61%-
XYZ50.8353.3446.14-
YUV192.9115.64135.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.87%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=35.87%
G=33.92%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319217100.050.160.2039.3823.5373.33
HexCBC0AB051014271849
Octal3133002530520244730111
Binary11001011110000001010101101011000010100100111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0AB; }

 p { color: rgb(203,192,171); }

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

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

 a { background-color: rgb(203,192,171); }

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

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

 span { border-color: rgb(203,192,171); }

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