Html Css Color HEX #CFBE9F Soft Amber

📋 copy color: '#CFBE9F'

red 207 ◦ green 190 ◦ blue 159

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

Shades of Soft Amber #CFBE9F

Tints of Soft Amber #CFBE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.6%

R = 37.23%
G = 34.17%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CFBE9F (or 0xCFBE9F) is known color: Soft Amber. HEX triplet: CF, BE and 9F. RGB value is (207,190,159). Sum of RGB (Red+Green+Blue) = 207+190+159=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE9F is #304160. Grayscale: #BFBFBF. Windows color (decimal): -3162465 or 10469071. OLE color: 10469071.

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

Color convert

RGB 207 190 159 -
CMYK 0 0.08 0.23 0.19
HSL 38.75º 0.33% 0.72% -
HSV(B) 38.75º 0.23% 0.81% -
XYZ 50.4 52.6 40.3 -
YUV 191.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 207 190 159 0 0.08 0.23 0.19 38.75 0.33 0.72
Hex CF BE 9F 0 8 17 13 27 21 48
Octal 317 276 237 0 10 27 23 47 41 110
Binary 11001111 10111110 10011111 0 1000 10111 10011 100111 100001 1001000

Color Harmonies of #CFBE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE9F

Black with #CFBE9F

Text Example


Text Example

White with #CFBE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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