#CDBB93

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

Shades of Sour Dough #CDBB93

Tints of Sour Dough #CDBB93

Color information

#CDBB93 (or 0xCDBB93) is unknown color: approx Sour Dough. HEX triplet: CD, BB and 93. RGB value is (205,187,147). Sum of RGB (Red+Green+Blue) = 205+187+147=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBB93 is #32446C. Grayscale: #BCBCBC. Windows color (decimal): -3294317 or 9681869. OLE color: 9681869.

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

Color convert

RGB205187147-
CMYK00.090.280.20
HSL41.38º36.71%69.02%-
HSV(B)41.38º28.29%80.39%-
XYZ48.2150.6334.83-
YUV187.82104.96140.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 147 (57.81% from 255) = 27.27%
R=38.03%
G=34.69%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518714700.090.280.2041.3836.7169.02
HexCDBB93091C14292545
Octal31527322301134245145105
Binary1100110110111011100100110100111100101001010011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBB93; }

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

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

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

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

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

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

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

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