#CFBD95

Color #CFBD95 Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #CFBD95

Tints of Sour Dough #CFBD95

Color information

#CFBD95 (or 0xCFBD95) is unknown color: approx Sour Dough. HEX triplet: CF, BD and 95. RGB value is (207,189,149). Sum of RGB (Red+Green+Blue) = 207+189+149=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD95 is #30426A. Grayscale: #BEBEBE. Windows color (decimal): -3162731 or 9813455. OLE color: 9813455.

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

Color convert

RGB207189149-
CMYK00.090.280.19
HSL41.38º37.66%69.8%-
HSV(B)41.38º28.02%81.18%-
XYZ49.3551.8335.84-
YUV189.82104.96140.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=37.98%
G=34.68%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718914900.090.280.1941.3837.6669.8
HexCFBD95091C13292646
Octal31727522501134235146106
Binary1100111110111101100101010100111100100111010011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBD95; }

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

 H1.HeaderClassName
 {
   color: #CFBD95;
 }
 .AnyTagClassName
 {
   color: #CFBD95;
 }
</style>
background-color css

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

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

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

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

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

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