#CDBB98

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

Shades of Sour Dough #CDBB98

Tints of Sour Dough #CDBB98

Color information

#CDBB98 (or 0xCDBB98) is unknown color: approx Sour Dough. HEX triplet: CD, BB and 98. RGB value is (205,187,152). Sum of RGB (Red+Green+Blue) = 205+187+152=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBB98 is #324467. Grayscale: #BCBCBC. Windows color (decimal): -3294312 or 10009549. OLE color: 10009549.

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

Color convert

RGB205187152-
CMYK00.090.260.20
HSL39.62º34.64%70%-
HSV(B)39.62º25.85%80.39%-
XYZ48.6150.7936.95-
YUV188.39107.46139.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 152 (59.77% from 255) = 27.94%
R=37.68%
G=34.38%
B=27.94%

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
Decimal20518715200.090.260.2039.6234.6470
HexCDBB98091A14282346
Octal31527323001132245043106
Binary1100110110111011100110000100111010101001010001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBB98; }

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

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

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

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

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

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

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

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