Html Css Color HEX #C5B090 Sour Dough

📋 copy color: '#C5B090'

red 197 ◦ green 176 ◦ blue 144

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

Shades of Sour Dough #C5B090

Tints of Sour Dough #C5B090

RGB

 RED value IS 197 (77.34% from 255) = 38.1%

 GREEN value IS 176 (69.14% from 255) = 34.04%

 BLUE value IS 144 (56.64% from 255) = 27.85%

R = 38.1%
G = 34.04%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5B090 (or 0xC5B090) is known color: Sour Dough. HEX triplet: C5, B0 and 90. RGB value is (197,176,144). Sum of RGB (Red+Green+Blue) = 197+176+144=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B090 is #3A4F6F. Grayscale: #B2B2B2. Windows color (decimal): -3821424 or 9482437. OLE color: 9482437.

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

Color convert

RGB 197 176 144 -
CMYK 0 0.11 0.27 0.23
HSL 36.23º 0.31% 0.67% -
HSV(B) 36.23º 0.27% 0.77% -
XYZ 43.59 44.93 32.76 -
YUV 178.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 197 176 144 0 0.11 0.27 0.23 36.23 0.31 0.67
Hex C5 B0 90 0 B 1B 17 24 1F 43
Octal 305 260 220 0 13 33 27 44 37 103
Binary 11000101 10110000 10010000 0 1011 11011 10111 100100 11111 1000011

Color Harmonies of #C5B090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B090

Black with #C5B090

Text Example


Text Example

White with #C5B090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B090; }

 p { color: rgb(197,176,144); }

 H1.HeaderClassName
 {
   color: #C5B090;
 }
 .AnyTagClassName
 {
   color: #C5B090;
 }
</style>

background-color css

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

 a { background-color: rgb(197,176,144); }

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

border-color css

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

 span { border-color: rgb(197,176,144); }

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