#CDBA93

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

Shades of Sour Dough #CDBA93

Tints of Sour Dough #CDBA93

Color information

#CDBA93 (or 0xCDBA93) is unknown color: approx Sour Dough. HEX triplet: CD, BA and 93. RGB value is (205,186,147). Sum of RGB (Red+Green+Blue) = 205+186+147=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBA93 is #32456C. Grayscale: #BBBBBB. Windows color (decimal): -3294573 or 9681613. OLE color: 9681613.

HSL color Cylindrical-coordinate representation of color #CDBA93: hue angle of 40.34º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDBA93 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205186147-
CMYK00.090.280.20
HSL40.34º36.71%69.02%-
HSV(B)40.34º28.29%80.39%-
XYZ4850.234.76-
YUV187.24105.29140.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=38.10%
G=34.57%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518614700.090.280.2040.3436.7169.02
HexCDBA93091C14282545
Octal31527222301134245045105
Binary1100110110111010100100110100111100101001010001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBA93; }

 p { color: rgb(205,186,147); }

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

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

 a { background-color: rgb(205,186,147); }

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

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

 span { border-color: rgb(205,186,147); }

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