#C3B19B

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

Shades of Sour Dough #C3B19B

Tints of Sour Dough #C3B19B

Color information

#C3B19B (or 0xC3B19B) is unknown color: approx Sour Dough. HEX triplet: C3, B1 and 9B. RGB value is (195,177,155). Sum of RGB (Red+Green+Blue) = 195+177+155=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B19B is #3C4E64. Grayscale: #B3B3B3. Windows color (decimal): -3952229 or 10203587. OLE color: 10203587.

HSL color Cylindrical-coordinate representation of color #C3B19B: hue angle of 33º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3B19B is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB195177155-
CMYK00.090.210.24
HSL33º25%68.63%-
HSV(B)33º20.51%76.47%-
XYZ44.1445.4137.45-
YUV179.87113.96138.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 155 (60.94% from 255) = 29.41%
R=37.00%
G=33.59%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517715500.090.210.24332568.63
HexC3B19B091518211945
Octal30326123301125304131105
Binary110000111011000110011011010011010111000100001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B19B; }

 p { color: rgb(195,177,155); }

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

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

 a { background-color: rgb(195,177,155); }

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

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

 span { border-color: rgb(195,177,155); }

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