Html Css Color HEX #CFBD9C Soft Amber

📋 copy color: '#CFBD9C'

red 207 ◦ green 189 ◦ blue 156

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

Shades of Soft Amber #CFBD9C

Tints of Soft Amber #CFBD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.26%

R = 37.5%
G = 34.24%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CFBD9C (or 0xCFBD9C) is known color: Soft Amber. HEX triplet: CF, BD and 9C. RGB value is (207,189,156). Sum of RGB (Red+Green+Blue) = 207+189+156=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD9C is #304263. Grayscale: #BEBEBE. Windows color (decimal): -3162724 or 10272207. OLE color: 10272207.

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

Color convert

RGB 207 189 156 -
CMYK 0 0.09 0.25 0.19
HSL 38.82º 0.35% 0.71% -
HSV(B) 38.82º 0.25% 0.81% -
XYZ 49.93 52.06 38.87 -
YUV 190.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 207 189 156 0 0.09 0.25 0.19 38.82 0.35 0.71
Hex CF BD 9C 0 9 19 13 27 23 47
Octal 317 275 234 0 11 31 23 47 43 107
Binary 11001111 10111101 10011100 0 1001 11001 10011 100111 100011 1000111

Color Harmonies of #CFBD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBD9C

Black with #CFBD9C

Text Example


Text Example

White with #CFBD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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