#CFBA94

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

Shades of Sour Dough #CFBA94

Tints of Sour Dough #CFBA94

Color information

#CFBA94 (or 0xCFBA94) is unknown color: approx Sour Dough. HEX triplet: CF, BA and 94. RGB value is (207,186,148). Sum of RGB (Red+Green+Blue) = 207+186+148=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBA94 is #30456B. Grayscale: #BCBCBC. Windows color (decimal): -3163500 or 9747151. OLE color: 9747151.

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

Color convert

RGB207186148-
CMYK00.100.290.19
HSL38.64º38.06%69.61%-
HSV(B)38.64º28.5%81.18%-
XYZ48.6450.5235.21-
YUV187.95105.46141.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 148 (58.20% from 255) = 27.36%
R=38.26%
G=34.38%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718614800.100.290.1938.6438.0669.61
HexCFBA940A1D13272646
Octal31727222401235234746106
Binary1100111110111010100101000101011101100111001111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBA94; }

 p { color: rgb(207,186,148); }

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

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

 a { background-color: rgb(207,186,148); }

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

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

 span { border-color: rgb(207,186,148); }

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