#CBB793

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

Shades of Sour Dough #CBB793

Tints of Sour Dough #CBB793

Color information

#CBB793 (or 0xCBB793) is unknown color: approx Sour Dough. HEX triplet: CB, B7 and 93. RGB value is (203,183,147). Sum of RGB (Red+Green+Blue) = 203+183+147=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB793 is #34486C. Grayscale: #B9B9B9. Windows color (decimal): -3426413 or 9680843. OLE color: 9680843.

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

Color convert

RGB203183147-
CMYK00.100.280.20
HSL38.57º35%68.63%-
HSV(B)38.57º27.59%79.61%-
XYZ46.8348.6734.53-
YUV184.88106.63140.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=38.09%
G=34.33%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318314700.100.280.2038.573568.63
HexCBB7930A1C14272345
Octal31326722301234244743105
Binary1100101110110111100100110101011100101001001111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB793; }

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

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

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

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

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

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

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

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