#CFBDA2

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

Shades of Soft Amber #CFBDA2

Tints of Soft Amber #CFBDA2

Color information

#CFBDA2 (or 0xCFBDA2) is unknown color: approx Soft Amber. HEX triplet: CF, BD and A2. RGB value is (207,189,162). Sum of RGB (Red+Green+Blue) = 207+189+162=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDA2 is #30425D. Grayscale: #BFBFBF. Windows color (decimal): -3162718 or 10665423. OLE color: 10665423.

HSL color Cylindrical-coordinate representation of color #CFBDA2: hue angle of 36º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFBDA2 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB207189162-
CMYK00.090.220.19
HSL36º31.91%72.35%-
HSV(B)36º21.74%81.18%-
XYZ50.4552.2741.61-
YUV191.3111.46139.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 162 (63.67% from 255) = 29.03%
R=37.10%
G=33.87%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718916200.090.220.193631.9172.35
HexCFBDA2091613242048
Octal31727524201126234440110
Binary1100111110111101101000100100110110100111001001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDA2; }

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

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

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

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

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

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

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

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