#CDBA98

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

Shades of Sour Dough #CDBA98

Tints of Sour Dough #CDBA98

Color information

#CDBA98 (or 0xCDBA98) is unknown color: approx Sour Dough. HEX triplet: CD, BA and 98. RGB value is (205,186,152). Sum of RGB (Red+Green+Blue) = 205+186+152=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBA98 is #324567. Grayscale: #BBBBBB. Windows color (decimal): -3294568 or 10009293. OLE color: 10009293.

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

Color convert

RGB205186152-
CMYK00.090.260.20
HSL38.49º34.64%70%-
HSV(B)38.49º25.85%80.39%-
XYZ48.450.3636.88-
YUV187.8107.79140.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 152 (59.77% from 255) = 27.99%
R=37.75%
G=34.25%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518615200.090.260.2038.4934.6470
HexCDBA98091A14262346
Octal31527223001132244643106
Binary1100110110111010100110000100111010101001001101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBA98; }

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

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

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

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

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

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

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

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