Html Css Color HEX #CFBEAD Soft Amber

📋 copy color: '#CFBEAD'

red 207 ◦ green 190 ◦ blue 173

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

Shades of Soft Amber #CFBEAD

Tints of Soft Amber #CFBEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.35%

R = 36.32%
G = 33.33%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CFBEAD (or 0xCFBEAD) is known color: Soft Amber. HEX triplet: CF, BE and AD. RGB value is (207,190,173). Sum of RGB (Red+Green+Blue) = 207+190+173=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEAD is #304152. Grayscale: #C1C1C1. Windows color (decimal): -3162451 or 11386575. OLE color: 11386575.

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

Color convert

RGB 207 190 173 -
CMYK 0 0.08 0.16 0.19
HSL 30º 0.26% 0.75% -
HSV(B) 30º 0.16% 0.81% -
XYZ 51.69 53.11 47.06 -
YUV 193.15 116.63 137.88 -
System Red Green Blue C M Y K H S L
Decimal 207 190 173 0 0.08 0.16 0.19 30 0.26 0.75
Hex CF BE AD 0 8 10 13 1E 1A 4B
Octal 317 276 255 0 10 20 23 36 32 113
Binary 11001111 10111110 10101101 0 1000 10000 10011 11110 11010 1001011

Color Harmonies of #CFBEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBEAD

Black with #CFBEAD

Text Example


Text Example

White with #CFBEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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