#C3B09B

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

Shades of Sour Dough #C3B09B

Tints of Sour Dough #C3B09B

Color information

#C3B09B (or 0xC3B09B) is unknown color: approx Sour Dough. HEX triplet: C3, B0 and 9B. RGB value is (195,176,155). Sum of RGB (Red+Green+Blue) = 195+176+155=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B09B is #3C4F64. Grayscale: #B3B3B3. Windows color (decimal): -3952485 or 10203331. OLE color: 10203331.

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

Color convert

RGB195176155-
CMYK00.100.210.24
HSL31.5º25%68.63%-
HSV(B)31.5º20.51%76.47%-
XYZ43.9545.0237.38-
YUV179.29114.29139.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 155 (60.94% from 255) = 29.47%
R=37.07%
G=33.46%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517615500.100.210.2431.52568.63
HexC3B09B0A1518201945
Octal30326023301225304031105
Binary110000111011000010011011010101010111000100000110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B09B; }

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

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

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

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

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

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

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

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