Html Css Color HEX #CFBDA9 Soft Amber

📋 copy color: '#CFBDA9'

red 207 ◦ green 189 ◦ blue 169

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

Shades of Soft Amber #CFBDA9

Tints of Soft Amber #CFBDA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.91%

R = 36.64%
G = 33.45%
B = 29.91%

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

#CFBDA9 (or 0xCFBDA9) is known color: Soft Amber. HEX triplet: CF, BD and A9. RGB value is (207,189,169). Sum of RGB (Red+Green+Blue) = 207+189+169=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDA9 is #304256. Grayscale: #C0C0C0. Windows color (decimal): -3162711 or 11124175. OLE color: 11124175.

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

Color convert

RGB 207 189 169 -
CMYK 0 0.09 0.18 0.19
HSL 31.58º 0.28% 0.74% -
HSV(B) 31.58º 0.18% 0.81% -
XYZ 51.09 52.53 44.98 -
YUV 192.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 207 189 169 0 0.09 0.18 0.19 31.58 0.28 0.74
Hex CF BD A9 0 9 12 13 20 1C 4A
Octal 317 275 251 0 11 22 23 40 34 112
Binary 11001111 10111101 10101001 0 1001 10010 10011 100000 11100 1001010

Color Harmonies of #CFBDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDA9

Black with #CFBDA9

Text Example


Text Example

White with #CFBDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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