#CBBCAE

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

Shades of Soft Amber #CBBCAE

Tints of Soft Amber #CBBCAE

Color information

#CBBCAE (or 0xCBBCAE) is unknown color: approx Soft Amber. HEX triplet: CB, BC and AE. RGB value is (203,188,174). Sum of RGB (Red+Green+Blue) = 203+188+174=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBCAE is #344351. Grayscale: #BEBEBE. Windows color (decimal): -3425106 or 11451595. OLE color: 11451595.

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

Color convert

RGB203188174-
CMYK00.070.140.20
HSL28.97º21.8%73.92%-
HSV(B)28.97º14.29%79.61%-
XYZ50.2551.7247.38-
YUV190.89118.47136.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=35.93%
G=33.27%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318817400.070.140.2028.9721.873.92
HexCBBCAE07E141d164a
Octal3132742560716243526112
Binary110010111011110010101110011111101010011101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCAE; }

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

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

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

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

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

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

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

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