Html Css Color HEX #CFBDAA Soft Amber

📋 copy color: '#CFBDAA'

red 207 ◦ green 189 ◦ blue 170

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

Shades of Soft Amber #CFBDAA

Tints of Soft Amber #CFBDAA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.39%

 BLUE value IS 170 (66.8% from 255) = 30.04%

R = 36.57%
G = 33.39%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CFBDAA (or 0xCFBDAA) is known color: Soft Amber. HEX triplet: CF, BD and AA. RGB value is (207,189,170). Sum of RGB (Red+Green+Blue) = 207+189+170=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDAA is #304255. Grayscale: #C0C0C0. Windows color (decimal): -3162710 or 11189711. OLE color: 11189711.

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

Color convert

RGB 207 189 170 -
CMYK 0 0.09 0.18 0.19
HSL 30.81º 0.28% 0.74% -
HSV(B) 30.81º 0.18% 0.81% -
XYZ 51.19 52.56 45.48 -
YUV 192.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 207 189 170 0 0.09 0.18 0.19 30.81 0.28 0.74
Hex CF BD AA 0 9 12 13 1F 1C 4A
Octal 317 275 252 0 11 22 23 37 34 112
Binary 11001111 10111101 10101010 0 1001 10010 10011 11111 11100 1001010

Color Harmonies of #CFBDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDAA

Black with #CFBDAA

Text Example


Text Example

White with #CFBDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBDAA; }

 p { color: rgb(207,189,170); }

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

background-color css

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

 a { background-color: rgb(207,189,170); }

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

border-color css

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

 span { border-color: rgb(207,189,170); }

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