#C1B09B

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

Shades of Sour Dough #C1B09B

Tints of Sour Dough #C1B09B

Color information

#C1B09B (or 0xC1B09B) is unknown color: approx Sour Dough. HEX triplet: C1, B0 and 9B. RGB value is (193,176,155). Sum of RGB (Red+Green+Blue) = 193+176+155=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B09B is #3E4F64. Grayscale: #B2B2B2. Windows color (decimal): -4083557 or 10203329. OLE color: 10203329.

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

Color convert

RGB193176155-
CMYK00.090.200.24
HSL33.16º23.46%68.24%-
HSV(B)33.16º19.69%75.69%-
XYZ43.4344.7537.36-
YUV178.69114.63138.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.83%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 155 (60.94% from 255) = 29.58%
R=36.83%
G=33.59%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317615500.090.200.2433.1623.4668.24
HexC1B09B091418211744
Octal30126023301124304127104
Binary110000011011000010011011010011010011000100001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B09B; }

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

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

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

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

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

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

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

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