#CBBEA8

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

Shades of Soft Amber #CBBEA8

Tints of Soft Amber #CBBEA8

Color information

#CBBEA8 (or 0xCBBEA8) is unknown color: approx Soft Amber. HEX triplet: CB, BE and A8. RGB value is (203,190,168). Sum of RGB (Red+Green+Blue) = 203+190+168=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBEA8 is #344157. Grayscale: #BFBFBF. Windows color (decimal): -3424600 or 11058891. OLE color: 11058891.

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

Color convert

RGB203190168-
CMYK00.060.170.20
HSL37.71º25.18%72.75%-
HSV(B)37.71º17.24%79.61%-
XYZ50.1152.3544.51-
YUV191.38114.81136.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 168 (66.02% from 255) = 29.95%
R=36.19%
G=33.87%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319016800.060.170.2037.7125.1872.75
HexCBBEA8061114261949
Octal3132762500621244631111
Binary11001011101111101010100001101000110100100110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEA8; }

 p { color: rgb(203,190,168); }

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

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

 a { background-color: rgb(203,190,168); }

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

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

 span { border-color: rgb(203,190,168); }

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