#CFBB95

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

Shades of Sour Dough #CFBB95

Tints of Sour Dough #CFBB95

Color information

#CFBB95 (or 0xCFBB95) is unknown color: approx Sour Dough. HEX triplet: CF, BB and 95. RGB value is (207,187,149). Sum of RGB (Red+Green+Blue) = 207+187+149=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBB95 is #30446A. Grayscale: #BCBCBC. Windows color (decimal): -3163243 or 9812943. OLE color: 9812943.

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

Color convert

RGB207187149-
CMYK00.100.280.19
HSL39.31º37.66%69.8%-
HSV(B)39.31º28.02%81.18%-
XYZ48.9350.9835.69-
YUV188.65105.63141.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=38.12%
G=34.44%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718714900.100.280.1939.3137.6669.8
HexCFBB950A1C13272646
Octal31727322501234234746106
Binary1100111110111011100101010101011100100111001111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBB95; }

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

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

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

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

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

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

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

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