Html Css Color HEX #CFBEA2 Soft Amber

📋 copy color: '#CFBEA2'

red 207 ◦ green 190 ◦ blue 162

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

Shades of Soft Amber #CFBEA2

Tints of Soft Amber #CFBEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 28.98%

R = 37.03%
G = 33.99%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CFBEA2 (or 0xCFBEA2) is known color: Soft Amber. HEX triplet: CF, BE and A2. RGB value is (207,190,162). Sum of RGB (Red+Green+Blue) = 207+190+162=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 162 (63.67% from 255 or 28.98% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEA2 is #30415D. Grayscale: #C0C0C0. Windows color (decimal): -3162462 or 10665679. OLE color: 10665679.

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

Color convert

RGB 207 190 162 -
CMYK 0 0.08 0.22 0.19
HSL 37.33º 0.32% 0.72% -
HSV(B) 37.33º 0.22% 0.81% -
XYZ 50.67 52.7 41.68 -
YUV 191.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 207 190 162 0 0.08 0.22 0.19 37.33 0.32 0.72
Hex CF BE A2 0 8 16 13 25 20 48
Octal 317 276 242 0 10 26 23 45 40 110
Binary 11001111 10111110 10100010 0 1000 10110 10011 100101 100000 1001000

Color Harmonies of #CFBEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBEA2

Black with #CFBEA2

Text Example


Text Example

White with #CFBEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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