Html Css Color HEX #CFBFAE Soft Amber

📋 copy color: '#CFBFAE'

red 207 ◦ green 191 ◦ blue 174

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

Shades of Soft Amber #CFBFAE

Tints of Soft Amber #CFBFAE

RGB

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

 GREEN value IS 191 (75% from 255) = 33.39%

 BLUE value IS 174 (68.36% from 255) = 30.42%

R = 36.19%
G = 33.39%
B = 30.42%

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

#CFBFAE (or 0xCFBFAE) is known color: Soft Amber. HEX triplet: CF, BF and AE. RGB value is (207,191,174). Sum of RGB (Red+Green+Blue) = 207+191+174=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBFAE is #304051. Grayscale: #C1C1C1. Windows color (decimal): -3162194 or 11452367. OLE color: 11452367.

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

Color convert

RGB 207 191 174 -
CMYK 0 0.08 0.16 0.19
HSL 30.91º 0.26% 0.75% -
HSV(B) 30.91º 0.16% 0.81% -
XYZ 52 53.58 47.65 -
YUV 193.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 207 191 174 0 0.08 0.16 0.19 30.91 0.26 0.75
Hex CF BF AE 0 8 10 13 1F 1A 4B
Octal 317 277 256 0 10 20 23 37 32 113
Binary 11001111 10111111 10101110 0 1000 10000 10011 11111 11010 1001011

Color Harmonies of #CFBFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBFAE

Black with #CFBFAE

Text Example


Text Example

White with #CFBFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBFAE; }

 p { color: rgb(207,191,174); }

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

background-color css

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

 a { background-color: rgb(207,191,174); }

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

border-color css

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

 span { border-color: rgb(207,191,174); }

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