#CBC0AD

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

Shades of Soft Amber #CBC0AD

Tints of Soft Amber #CBC0AD

Color information

#CBC0AD (or 0xCBC0AD) is unknown color: approx Soft Amber. HEX triplet: CB, C0 and AD. RGB value is (203,192,173). Sum of RGB (Red+Green+Blue) = 203+192+173=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC0AD is #343F52. Grayscale: #C1C1C1. Windows color (decimal): -3424083 or 11387083. OLE color: 11387083.

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

Color convert

RGB203192173-
CMYK00.050.150.20
HSL38º22.39%73.73%-
HSV(B)38º14.78%79.61%-
XYZ51.0253.4147.16-
YUV193.12116.64135.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=35.74%
G=33.80%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319217300.050.150.203822.3973.73
HexCBC0AD05F1426164a
Octal3133002550517244626112
Binary1100101111000000101011010101111110100100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0AD; }

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

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

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

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

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

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

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

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