#C3B097

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

Shades of Sour Dough #C3B097

Tints of Sour Dough #C3B097

Color information

#C3B097 (or 0xC3B097) is unknown color: approx Sour Dough. HEX triplet: C3, B0 and 97. RGB value is (195,176,151). Sum of RGB (Red+Green+Blue) = 195+176+151=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B097 is #3C4F68. Grayscale: #B2B2B2. Windows color (decimal): -3952489 or 9941187. OLE color: 9941187.

HSL color Cylindrical-coordinate representation of color #C3B097: hue angle of 34.09º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3B097 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB195176151-
CMYK00.100.230.24
HSL34.09º26.83%67.84%-
HSV(B)34.09º22.56%76.47%-
XYZ43.6244.8935.64-
YUV178.83112.29139.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 151 (59.38% from 255) = 28.93%
R=37.36%
G=33.72%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517615100.100.230.2434.0926.8367.84
HexC3B0970A1718221b44
Octal30326022701227304233104
Binary110000111011000010010111010101011111000100010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B097; }

 p { color: rgb(195,176,151); }

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

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

 a { background-color: rgb(195,176,151); }

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

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

 span { border-color: rgb(195,176,151); }

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