Html Css Color HEX #CFBD9D Soft Amber

📋 copy color: '#CFBD9D'

red 207 ◦ green 189 ◦ blue 157

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

Shades of Soft Amber #CFBD9D

Tints of Soft Amber #CFBD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.39%

R = 37.43%
G = 34.18%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CFBD9D (or 0xCFBD9D) is known color: Soft Amber. HEX triplet: CF, BD and 9D. RGB value is (207,189,157). Sum of RGB (Red+Green+Blue) = 207+189+157=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD9D is #304262. Grayscale: #BEBEBE. Windows color (decimal): -3162723 or 10337743. OLE color: 10337743.

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

Color convert

RGB 207 189 157 -
CMYK 0 0.09 0.24 0.19
HSL 38.4º 0.34% 0.71% -
HSV(B) 38.4º 0.24% 0.81% -
XYZ 50.02 52.09 39.32 -
YUV 190.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 207 189 157 0 0.09 0.24 0.19 38.4 0.34 0.71
Hex CF BD 9D 0 9 18 13 26 22 47
Octal 317 275 235 0 11 30 23 46 42 107
Binary 11001111 10111101 10011101 0 1001 11000 10011 100110 100010 1000111

Color Harmonies of #CFBD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBD9D

Black with #CFBD9D

Text Example


Text Example

White with #CFBD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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