#CFBDA6

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

Shades of Soft Amber #CFBDA6

Tints of Soft Amber #CFBDA6

Color information

#CFBDA6 (or 0xCFBDA6) is unknown color: approx Soft Amber. HEX triplet: CF, BD and A6. RGB value is (207,189,166). Sum of RGB (Red+Green+Blue) = 207+189+166=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDA6 is #304259. Grayscale: #BFBFBF. Windows color (decimal): -3162714 or 10927567. OLE color: 10927567.

HSL color Cylindrical-coordinate representation of color #CFBDA6: hue angle of 33.66º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFBDA6 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB207189166-
CMYK00.090.200.19
HSL33.66º29.93%73.14%-
HSV(B)33.66º19.81%81.18%-
XYZ50.8152.4143.52-
YUV191.76113.46138.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 166 (65.23% from 255) = 29.54%
R=36.83%
G=33.63%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718916600.090.200.1933.6629.9373.14
HexCFBDA6091413221e49
Octal31727524601124234236111
Binary110011111011110110100110010011010010011100010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDA6; }

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

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

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

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

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

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

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

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