Html Css Color HEX #C8B196 Sour Dough

📋 copy color: '#C8B196'

red 200 ◦ green 177 ◦ blue 150

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

Shades of Sour Dough #C8B196

Tints of Sour Dough #C8B196

RGB

 RED value IS 200 (78.52% from 255) = 37.95%

 GREEN value IS 177 (69.53% from 255) = 33.59%

 BLUE value IS 150 (58.98% from 255) = 28.46%

R = 37.95%
G = 33.59%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C8B196 (or 0xC8B196) is known color: Sour Dough. HEX triplet: C8, B1 and 96. RGB value is (200,177,150). Sum of RGB (Red+Green+Blue) = 200+177+150=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B196 is #374E69. Grayscale: #B4B4B4. Windows color (decimal): -3624554 or 9875912. OLE color: 9875912.

HSL color Cylindrical-coordinate representation of color #C8B196: hue angle of 32.4º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8B196 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 177 150 -
CMYK 0 0.12 0.25 0.22
HSL 32.4º 0.31% 0.69% -
HSV(B) 32.4º 0.25% 0.78% -
XYZ 45.05 45.93 35.34 -
YUV 180.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 200 177 150 0 0.12 0.25 0.22 32.4 0.31 0.69
Hex C8 B1 96 0 C 19 16 20 1F 45
Octal 310 261 226 0 14 31 26 40 37 105
Binary 11001000 10110001 10010110 0 1100 11001 10110 100000 11111 1000101

Color Harmonies of #C8B196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B196

Black with #C8B196

Text Example


Text Example

White with #C8B196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B196; }

 p { color: rgb(200,177,150); }

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

background-color css

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

 a { background-color: rgb(200,177,150); }

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

border-color css

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

 span { border-color: rgb(200,177,150); }

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