#CDB995

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

Shades of Sour Dough #CDB995

Tints of Sour Dough #CDB995

Color information

#CDB995 (or 0xCDB995) is unknown color: approx Sour Dough. HEX triplet: CD, B9 and 95. RGB value is (205,185,149). Sum of RGB (Red+Green+Blue) = 205+185+149=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB995 is #32466A. Grayscale: #BBBBBB. Windows color (decimal): -3294827 or 9812429. OLE color: 9812429.

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

Color convert

RGB205185149-
CMYK00.100.270.20
HSL38.57º35.9%69.41%-
HSV(B)38.57º27.32%80.39%-
XYZ47.9549.8535.53-
YUV186.88106.63140.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=38.03%
G=34.32%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518514900.100.270.2038.5735.969.41
HexCDB9950A1B14272445
Octal31527122501233244744105
Binary1100110110111001100101010101011011101001001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB995; }

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

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

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

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

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

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

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

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