Html Css Color HEX #C8B397 Sour Dough

📋 copy color: '#C8B397'

red 200 ◦ green 179 ◦ blue 151

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

Shades of Sour Dough #C8B397

Tints of Sour Dough #C8B397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.77%

 BLUE value IS 151 (59.38% from 255) = 28.49%

R = 37.74%
G = 33.77%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C8B397 (or 0xC8B397) is known color: Sour Dough. HEX triplet: C8, B3 and 97. RGB value is (200,179,151). Sum of RGB (Red+Green+Blue) = 200+179+151=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B397 is #374C68. Grayscale: #B6B6B6. Windows color (decimal): -3624041 or 9941960. OLE color: 9941960.

HSL color Cylindrical-coordinate representation of color #C8B397: hue angle of 34.29º 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 #C8B397 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 179 151 -
CMYK 0 0.10 0.24 0.22
HSL 34.29º 0.31% 0.69% -
HSV(B) 34.29º 0.25% 0.78% -
XYZ 45.53 46.75 35.9 -
YUV 182.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 200 179 151 0 0.10 0.24 0.22 34.29 0.31 0.69
Hex C8 B3 97 0 A 18 16 22 1F 45
Octal 310 263 227 0 12 30 26 42 37 105
Binary 11001000 10110011 10010111 0 1010 11000 10110 100010 11111 1000101

Color Harmonies of #C8B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B397

Black with #C8B397

Text Example


Text Example

White with #C8B397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B397; }

 p { color: rgb(200,179,151); }

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

background-color css

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

 a { background-color: rgb(200,179,151); }

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

border-color css

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

 span { border-color: rgb(200,179,151); }

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