Html Css Color HEX #CFBBA0 Soft Amber

📋 copy color: '#CFBBA0'

red 207 ◦ green 187 ◦ blue 160

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

Shades of Soft Amber #CFBBA0

Tints of Soft Amber #CFBBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.88%

R = 37.36%
G = 33.75%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CFBBA0 (or 0xCFBBA0) is known color: Soft Amber. HEX triplet: CF, BB and A0. RGB value is (207,187,160). Sum of RGB (Red+Green+Blue) = 207+187+160=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBBA0 is #30445F. Grayscale: #BEBEBE. Windows color (decimal): -3163232 or 10533839. OLE color: 10533839.

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

Color convert

RGB 207 187 160 -
CMYK 0 0.10 0.23 0.19
HSL 34.47º 0.33% 0.72% -
HSV(B) 34.47º 0.23% 0.81% -
XYZ 49.85 51.34 40.54 -
YUV 189.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 207 187 160 0 0.10 0.23 0.19 34.47 0.33 0.72
Hex CF BB A0 0 A 17 13 22 21 48
Octal 317 273 240 0 12 27 23 42 41 110
Binary 11001111 10111011 10100000 0 1010 10111 10011 100010 100001 1001000

Color Harmonies of #CFBBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBBA0

Black with #CFBBA0

Text Example


Text Example

White with #CFBBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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