#CBB794

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

Shades of Sour Dough #CBB794

Tints of Sour Dough #CBB794

Color information

#CBB794 (or 0xCBB794) is unknown color: approx Sour Dough. HEX triplet: CB, B7 and 94. RGB value is (203,183,148). Sum of RGB (Red+Green+Blue) = 203+183+148=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB794 is #34486B. Grayscale: #B9B9B9. Windows color (decimal): -3426412 or 9746379. OLE color: 9746379.

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

Color convert

RGB203183148-
CMYK00.100.270.20
HSL38.18º34.59%68.82%-
HSV(B)38.18º27.09%79.61%-
XYZ46.9148.734.95-
YUV184.99107.13140.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 183 (71.88% from 255) = 34.27%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=38.01%
G=34.27%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318314800.100.270.2038.1834.5968.82
HexCBB7940A1B14262345
Octal31326722401233244643105
Binary1100101110110111100101000101011011101001001101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB794; }

 p { color: rgb(203,183,148); }

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

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

 a { background-color: rgb(203,183,148); }

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

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

 span { border-color: rgb(203,183,148); }

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