#CDB494

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

Shades of Sour Dough #CDB494

Tints of Sour Dough #CDB494

Color information

#CDB494 (or 0xCDB494) is unknown color: approx Sour Dough. HEX triplet: CD, B4 and 94. RGB value is (205,180,148). Sum of RGB (Red+Green+Blue) = 205+180+148=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB494 is #324B6B. Grayscale: #B7B7B7. Windows color (decimal): -3296108 or 9745613. OLE color: 9745613.

HSL color Cylindrical-coordinate representation of color #CDB494: hue angle of 33.68º degrees, saturation: 0.36, 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 #CDB494 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205180148-
CMYK00.120.280.20
HSL33.68º36.31%69.22%-
HSV(B)33.68º27.8%80.39%-
XYZ46.8447.7634.77-
YUV183.83107.78143.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=38.46%
G=33.77%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518014800.120.280.2033.6836.3169.22
HexCDB4940C1C14222445
Octal31526422401434244244105
Binary1100110110110100100101000110011100101001000101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB494; }

 p { color: rgb(205,180,148); }

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

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

 a { background-color: rgb(205,180,148); }

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

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

 span { border-color: rgb(205,180,148); }

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