#CBC0AE

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

Shades of Soft Amber #CBC0AE

Tints of Soft Amber #CBC0AE

Color information

#CBC0AE (or 0xCBC0AE) is unknown color: approx Soft Amber. HEX triplet: CB, C0 and AE. RGB value is (203,192,174). Sum of RGB (Red+Green+Blue) = 203+192+174=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC0AE is #343F51. Grayscale: #C1C1C1. Windows color (decimal): -3424082 or 11452619. OLE color: 11452619.

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

Color convert

RGB203192174-
CMYK00.050.140.20
HSL37.24º21.8%73.92%-
HSV(B)37.24º14.29%79.61%-
XYZ51.1253.4547.67-
YUV193.24117.14134.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 192 (75.39% from 255) = 33.74%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=35.68%
G=33.74%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319217400.050.140.2037.2421.873.92
HexCBC0AE05E1425164a
Octal3133002560516244526112
Binary1100101111000000101011100101111010100100101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0AE; }

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

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

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

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

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

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

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

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