#CBBDA7

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

Shades of Soft Amber #CBBDA7

Tints of Soft Amber #CBBDA7

Color information

#CBBDA7 (or 0xCBBDA7) is unknown color: approx Soft Amber. HEX triplet: CB, BD and A7. RGB value is (203,189,167). Sum of RGB (Red+Green+Blue) = 203+189+167=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 167 (65.62% from 255 or 29.87% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDA7 is #344258. Grayscale: #BEBEBE. Windows color (decimal): -3424857 or 10993099. OLE color: 10993099.

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

Color convert

RGB203189167-
CMYK00.070.180.20
HSL36.67º25.71%72.55%-
HSV(B)36.67º17.73%79.61%-
XYZ49.851.8843.95-
YUV190.68114.64136.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 167 (65.62% from 255) = 29.87%
R=36.31%
G=33.81%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318916700.070.180.2036.6725.7172.55
HexCBBDA7071214251a49
Octal3132752470722244532111
Binary11001011101111011010011101111001010100100101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDA7; }

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

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

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

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

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

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

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

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