Html Css Color HEX #CFBEA6 Soft Amber

📋 copy color: '#CFBEA6'

red 207 ◦ green 190 ◦ blue 166

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

Shades of Soft Amber #CFBEA6

Tints of Soft Amber #CFBEA6

RGB

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

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

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

R = 36.77%
G = 33.75%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CFBEA6 (or 0xCFBEA6) is known color: Soft Amber. HEX triplet: CF, BE and A6. RGB value is (207,190,166). Sum of RGB (Red+Green+Blue) = 207+190+166=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEA6 is #304159. Grayscale: #C0C0C0. Windows color (decimal): -3162458 or 10927823. OLE color: 10927823.

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

Color convert

RGB 207 190 166 -
CMYK 0 0.08 0.20 0.19
HSL 35.12º 0.3% 0.73% -
HSV(B) 35.12º 0.2% 0.81% -
XYZ 51.03 52.85 43.59 -
YUV 192.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 207 190 166 0 0.08 0.20 0.19 35.12 0.3 0.73
Hex CF BE A6 0 8 14 13 23 1E 49
Octal 317 276 246 0 10 24 23 43 36 111
Binary 11001111 10111110 10100110 0 1000 10100 10011 100011 11110 1001001

Color Harmonies of #CFBEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBEA6

Black with #CFBEA6

Text Example


Text Example

White with #CFBEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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