#CBB693

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

Shades of Sour Dough #CBB693

Tints of Sour Dough #CBB693

Color information

#CBB693 (or 0xCBB693) is unknown color: approx Sour Dough. HEX triplet: CB, B6 and 93. RGB value is (203,182,147). Sum of RGB (Red+Green+Blue) = 203+182+147=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB693 is #34496C. Grayscale: #B8B8B8. Windows color (decimal): -3426669 or 9680587. OLE color: 9680587.

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

Color convert

RGB203182147-
CMYK00.100.280.20
HSL37.5º35%68.63%-
HSV(B)37.5º27.59%79.61%-
XYZ46.6248.2634.46-
YUV184.29106.96141.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 182 (71.48% from 255) = 34.21%
BLUE value IS 147 (57.81% from 255) = 27.63%
R=38.16%
G=34.21%
B=27.63%

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
Decimal20318214700.100.280.2037.53568.63
HexCBB6930A1C14262345
Octal31326622301234244643105
Binary1100101110110110100100110101011100101001001101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB693; }

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

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

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

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

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

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

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

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