Html Css Color HEX #C5B29B Sour Dough

📋 copy color: '#C5B29B'

red 197 ◦ green 178 ◦ blue 155

#C5B29B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sour Dough #C5B29B

Tints of Sour Dough #C5B29B

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 value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5B29B (or 0xC5B29B) is known color: 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

RGB 197 178 155 -
CMYK 0 0.10 0.21 0.23
HSL 32.86º 0.27% 0.69% -
HSV(B) 32.86º 0.21% 0.77% -
XYZ 44.86 46.08 37.54 -
YUV 181.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 197 178 155 0 0.10 0.21 0.23 32.86 0.27 0.69
Hex C5 B2 9B 0 A 15 17 21 1B 45
Octal 305 262 233 0 12 25 27 41 33 105
Binary 11000101 10110010 10011011 0 1010 10101 10111 100001 11011 1000101

Color Harmonies of #C5B29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B29B

Black with #C5B29B

Text Example


Text Example

White with #C5B29B

Text Example


Text Example

HTML Codes & Css Web 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>