#C5B29B

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

Shades of Sour Dough #C5B29B

Tints of Sour Dough #C5B29B

Color information

#C5B29B (or 0xC5B29B) is unknown color: approx Sour Dough. HEX triplet: C5, B2 and 9B. RGB value is (197,178,155). Sum of RGB (Red+Green+Blue) = 197+178+155=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B29B is #3A4D64. Grayscale: #B5B5B5. Windows color (decimal): -3820901 or 10203845. OLE color: 10203845.

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

Color convert

RGB197178155-
CMYK00.100.210.23
HSL32.86º26.58%69.02%-
HSV(B)32.86º21.32%77.25%-
XYZ44.8646.0837.54-
YUV181.06113.29139.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.17%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=37.17%
G=33.58%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717815500.100.210.2332.8626.5869.02
HexC5B29B0A1517211b45
Octal30526223301225274133105
Binary110001011011001010011011010101010110111100001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B29B; }

 p { color: rgb(197,178,155); }

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

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

 a { background-color: rgb(197,178,155); }

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

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

 span { border-color: rgb(197,178,155); }

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