#CBBCA4

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

Shades of Soft Amber #CBBCA4

Tints of Soft Amber #CBBCA4

Color information

#CBBCA4 (or 0xCBBCA4) is unknown color: approx Soft Amber. HEX triplet: CB, BC and A4. RGB value is (203,188,164). Sum of RGB (Red+Green+Blue) = 203+188+164=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBCA4 is #34435B. Grayscale: #BDBDBD. Windows color (decimal): -3425116 or 10796235. OLE color: 10796235.

HSL color Cylindrical-coordinate representation of color #CBBCA4: hue angle of 36.92º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBBCA4 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB203188164-
CMYK00.070.190.20
HSL36.92º27.27%71.96%-
HSV(B)36.92º19.21%79.61%-
XYZ49.3151.3442.43-
YUV189.75113.47137.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 164 (64.45% from 255) = 29.55%
R=36.58%
G=33.87%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318816400.070.190.2036.9227.2771.96
HexCBBCA4071314251b48
Octal3132742440723244533110
Binary11001011101111001010010001111001110100100101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCA4; }

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

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

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

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

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

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

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

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