Html Css Color HEX #CFBEA8 Soft Amber

📋 copy color: '#CFBEA8'

red 207 ◦ green 190 ◦ blue 168

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

Shades of Soft Amber #CFBEA8

Tints of Soft Amber #CFBEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.73%

R = 36.64%
G = 33.63%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CFBEA8 (or 0xCFBEA8) is known color: Soft Amber. HEX triplet: CF, BE and A8. RGB value is (207,190,168). Sum of RGB (Red+Green+Blue) = 207+190+168=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEA8 is #304157. Grayscale: #C0C0C0. Windows color (decimal): -3162456 or 11058895. OLE color: 11058895.

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

Color convert

RGB 207 190 168 -
CMYK 0 0.08 0.19 0.19
HSL 33.85º 0.29% 0.74% -
HSV(B) 33.85º 0.19% 0.81% -
XYZ 51.21 52.92 44.56 -
YUV 192.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 207 190 168 0 0.08 0.19 0.19 33.85 0.29 0.74
Hex CF BE A8 0 8 13 13 22 1D 4A
Octal 317 276 250 0 10 23 23 42 35 112
Binary 11001111 10111110 10101000 0 1000 10011 10011 100010 11101 1001010

Color Harmonies of #CFBEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBEA8

Black with #CFBEA8

Text Example


Text Example

White with #CFBEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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