#CDBB95

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

Shades of Sour Dough #CDBB95

Tints of Sour Dough #CDBB95

Color information

#CDBB95 (or 0xCDBB95) is unknown color: approx Sour Dough. HEX triplet: CD, BB and 95. RGB value is (205,187,149). Sum of RGB (Red+Green+Blue) = 205+187+149=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBB95 is #32446A. Grayscale: #BCBCBC. Windows color (decimal): -3294315 or 9812941. OLE color: 9812941.

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

Color convert

RGB205187149-
CMYK00.090.270.20
HSL40.71º35.9%69.41%-
HSV(B)40.71º27.32%80.39%-
XYZ48.3750.6935.67-
YUV188.05105.96140.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=37.89%
G=34.57%
B=27.54%

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
Decimal20518714900.090.270.2040.7135.969.41
HexCDBB95091B14292445
Octal31527322501133245144105
Binary1100110110111011100101010100111011101001010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBB95; }

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

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

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

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

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

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

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

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