#CBBCA5

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

Shades of Soft Amber #CBBCA5

Tints of Soft Amber #CBBCA5

Color information

#CBBCA5 (or 0xCBBCA5) is unknown color: approx Soft Amber. HEX triplet: CB, BC and A5. RGB value is (203,188,165). Sum of RGB (Red+Green+Blue) = 203+188+165=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBCA5 is #34435A. Grayscale: #BDBDBD. Windows color (decimal): -3425115 or 10861771. OLE color: 10861771.

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

Color convert

RGB203188165-
CMYK00.070.190.20
HSL36.32º26.76%72.16%-
HSV(B)36.32º18.72%79.61%-
XYZ49.451.3842.91-
YUV189.86113.97137.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 165 (64.84% from 255) = 29.68%
R=36.51%
G=33.81%
B=29.68%

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
Decimal20318816500.070.190.2036.3226.7672.16
HexCBBCA5071314241b48
Octal3132742450723244433110
Binary11001011101111001010010101111001110100100100110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCA5; }

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

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

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

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

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

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

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

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