#CBBCA8

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

Shades of Soft Amber #CBBCA8

Tints of Soft Amber #CBBCA8

Color information

#CBBCA8 (or 0xCBBCA8) is unknown color: approx Soft Amber. HEX triplet: CB, BC and A8. RGB value is (203,188,168). Sum of RGB (Red+Green+Blue) = 203+188+168=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBCA8 is #344357. Grayscale: #BEBEBE. Windows color (decimal): -3425112 or 11058379. OLE color: 11058379.

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

Color convert

RGB203188168-
CMYK00.070.170.20
HSL34.29º25.18%72.75%-
HSV(B)34.29º17.24%79.61%-
XYZ49.6851.4944.37-
YUV190.2115.47137.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 168 (66.02% from 255) = 30.05%
R=36.31%
G=33.63%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318816800.070.170.2034.2925.1872.75
HexCBBCA8071114221949
Octal3132742500721244231111
Binary11001011101111001010100001111000110100100010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCA8; }

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

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

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

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

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

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

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

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