Html Css Color HEX #CFBBA6 Soft Amber

📋 copy color: '#CFBBA6'

red 207 ◦ green 187 ◦ blue 166

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

Shades of Soft Amber #CFBBA6

Tints of Soft Amber #CFBBA6

RGB

 RED value IS 207 (81.25% from 255) = 36.96%

 GREEN value IS 187 (73.44% from 255) = 33.39%

 BLUE value IS 166 (65.23% from 255) = 29.64%

R = 36.96%
G = 33.39%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CFBBA6 (or 0xCFBBA6) is known color: Soft Amber. HEX triplet: CF, BB and A6. RGB value is (207,187,166). Sum of RGB (Red+Green+Blue) = 207+187+166=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBBA6 is #304459. Grayscale: #BEBEBE. Windows color (decimal): -3163226 or 10927055. OLE color: 10927055.

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

Color convert

RGB 207 187 166 -
CMYK 0 0.10 0.20 0.19
HSL 30.73º 0.3% 0.73% -
HSV(B) 30.73º 0.2% 0.81% -
XYZ 50.39 51.56 43.37 -
YUV 190.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 207 187 166 0 0.10 0.20 0.19 30.73 0.3 0.73
Hex CF BB A6 0 A 14 13 1F 1E 49
Octal 317 273 246 0 12 24 23 37 36 111
Binary 11001111 10111011 10100110 0 1010 10100 10011 11111 11110 1001001

Color Harmonies of #CFBBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBBA6

Black with #CFBBA6

Text Example


Text Example

White with #CFBBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBBA6; }

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

 H1.HeaderClassName
 {
   color: #CFBBA6;
 }
 .AnyTagClassName
 {
   color: #CFBBA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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