#CBBEA7

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

Shades of Soft Amber #CBBEA7

Tints of Soft Amber #CBBEA7

Color information

#CBBEA7 (or 0xCBBEA7) is unknown color: approx Soft Amber. HEX triplet: CB, BE and A7. RGB value is (203,190,167). Sum of RGB (Red+Green+Blue) = 203+190+167=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBEA7 is #344158. Grayscale: #BFBFBF. Windows color (decimal): -3424601 or 10993355. OLE color: 10993355.

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

Color convert

RGB203190167-
CMYK00.060.180.20
HSL38.33º25.71%72.55%-
HSV(B)38.33º17.73%79.61%-
XYZ50.0252.3144.02-
YUV191.26114.31136.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 167 (65.62% from 255) = 29.82%
R=36.25%
G=33.93%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319016700.060.180.2038.3325.7172.55
HexCBBEA7061214261a49
Octal3132762470622244632111
Binary11001011101111101010011101101001010100100110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEA7; }

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

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

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

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

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

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

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

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