#CDBA95

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

Shades of Sour Dough #CDBA95

Tints of Sour Dough #CDBA95

Color information

#CDBA95 (or 0xCDBA95) is unknown color: approx Sour Dough. HEX triplet: CD, BA and 95. RGB value is (205,186,149). Sum of RGB (Red+Green+Blue) = 205+186+149=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBA95 is #32456A. Grayscale: #BBBBBB. Windows color (decimal): -3294571 or 9812685. OLE color: 9812685.

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

Color convert

RGB205186149-
CMYK00.090.270.20
HSL39.64º35.9%69.41%-
HSV(B)39.64º27.32%80.39%-
XYZ48.1650.2735.6-
YUV187.46106.29140.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=37.96%
G=34.44%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518614900.090.270.2039.6435.969.41
HexCDBA95091B14282445
Octal31527222501133245044105
Binary1100110110111010100101010100111011101001010001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBA95; }

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

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

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

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

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

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

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

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