#CDBB96

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

Shades of Sour Dough #CDBB96

Tints of Sour Dough #CDBB96

Color information

#CDBB96 (or 0xCDBB96) is unknown color: approx Sour Dough. HEX triplet: CD, BB and 96. RGB value is (205,187,150). Sum of RGB (Red+Green+Blue) = 205+187+150=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBB96 is #324469. Grayscale: #BCBCBC. Windows color (decimal): -3294314 or 9878477. OLE color: 9878477.

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

Color convert

RGB205187150-
CMYK00.090.270.20
HSL40.36º35.48%69.61%-
HSV(B)40.36º26.83%80.39%-
XYZ48.4550.7236.09-
YUV188.16106.46140.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.82%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=37.82%
G=34.50%
B=27.68%

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
Decimal20518715000.090.270.2040.3635.4869.61
HexCDBB96091B14282346
Octal31527322601133245043106
Binary1100110110111011100101100100111011101001010001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBB96; }

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

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

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

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

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

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

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

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