Html Css Color HEX #CFBDA6 Soft Amber

📋 copy color: '#CFBDA6'

red 207 ◦ green 189 ◦ blue 166

#CFBDA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soft Amber #CFBDA6

Tints of Soft Amber #CFBDA6

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 value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CFBDA6 (or 0xCFBDA6) is known color: 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

RGB 207 189 166 -
CMYK 0 0.09 0.20 0.19
HSL 33.66º 0.3% 0.73% -
HSV(B) 33.66º 0.2% 0.81% -
XYZ 50.81 52.41 43.52 -
YUV 191.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 207 189 166 0 0.09 0.20 0.19 33.66 0.3 0.73
Hex CF BD A6 0 9 14 13 22 1E 49
Octal 317 275 246 0 11 24 23 42 36 111
Binary 11001111 10111101 10100110 0 1001 10100 10011 100010 11110 1001001

Color Harmonies of #CFBDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDA6

Black with #CFBDA6

Text Example


Text Example

White with #CFBDA6

Text Example


Text Example

HTML Codes & Css Web 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>