#CBBDA2

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

Shades of Soft Amber #CBBDA2

Tints of Soft Amber #CBBDA2

Color information

#CBBDA2 (or 0xCBBDA2) is unknown color: approx Soft Amber. HEX triplet: CB, BD and A2. RGB value is (203,189,162). Sum of RGB (Red+Green+Blue) = 203+189+162=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDA2 is #34425D. Grayscale: #BEBEBE. Windows color (decimal): -3424862 or 10665419. OLE color: 10665419.

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

Color convert

RGB203189162-
CMYK00.070.200.20
HSL39.51º28.28%71.57%-
HSV(B)39.51º20.2%79.61%-
XYZ49.3551.741.56-
YUV190.11112.14137.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 162 (63.67% from 255) = 29.24%
R=36.64%
G=34.12%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318916200.070.200.2039.5128.2871.57
HexCBBDA2071414281c48
Octal3132752420724245034110
Binary11001011101111011010001001111010010100101000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDA2; }

 p { color: rgb(203,189,162); }

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

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

 a { background-color: rgb(203,189,162); }

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

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

 span { border-color: rgb(203,189,162); }

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