Html Css Color HEX #CFBEAA Soft Amber

📋 copy color: '#CFBEAA'

red 207 ◦ green 190 ◦ blue 170

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

Shades of Soft Amber #CFBEAA

Tints of Soft Amber #CFBEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.51%

 BLUE value IS 170 (66.8% from 255) = 29.98%

R = 36.51%
G = 33.51%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CFBEAA (or 0xCFBEAA) is known color: Soft Amber. HEX triplet: CF, BE and AA. RGB value is (207,190,170). Sum of RGB (Red+Green+Blue) = 207+190+170=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEAA is #304155. Grayscale: #C0C0C0. Windows color (decimal): -3162454 or 11189967. OLE color: 11189967.

HSL color Cylindrical-coordinate representation of color #CFBEAA: hue angle of 32.43º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFBEAA is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 170 -
CMYK 0 0.08 0.18 0.19
HSL 32.43º 0.28% 0.74% -
HSV(B) 32.43º 0.18% 0.81% -
XYZ 51.4 52.99 45.55 -
YUV 192.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 207 190 170 0 0.08 0.18 0.19 32.43 0.28 0.74
Hex CF BE AA 0 8 12 13 20 1C 4A
Octal 317 276 252 0 10 22 23 40 34 112
Binary 11001111 10111110 10101010 0 1000 10010 10011 100000 11100 1001010

Color Harmonies of #CFBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBEAA

Black with #CFBEAA

Text Example


Text Example

White with #CFBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBEAA; }

 p { color: rgb(207,190,170); }

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

background-color css

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

 a { background-color: rgb(207,190,170); }

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

border-color css

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

 span { border-color: rgb(207,190,170); }

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