Html Css Color HEX #C8B69E Sour Dough

📋 copy color: '#C8B69E'

red 200 ◦ green 182 ◦ blue 158

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

Shades of Sour Dough #C8B69E

Tints of Sour Dough #C8B69E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.7%

 BLUE value IS 158 (62.11% from 255) = 29.26%

R = 37.04%
G = 33.7%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C8B69E (or 0xC8B69E) is known color: Sour Dough. HEX triplet: C8, B6 and 9E. RGB value is (200,182,158). Sum of RGB (Red+Green+Blue) = 200+182+158=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B69E is #374961. Grayscale: #B8B8B8. Windows color (decimal): -3623266 or 10401480. OLE color: 10401480.

HSL color Cylindrical-coordinate representation of color #C8B69E: hue angle of 34.29º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8B69E is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 182 158 -
CMYK 0 0.09 0.21 0.22
HSL 34.29º 0.28% 0.7% -
HSV(B) 34.29º 0.21% 0.78% -
XYZ 46.72 48.2 39.19 -
YUV 184.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 200 182 158 0 0.09 0.21 0.22 34.29 0.28 0.7
Hex C8 B6 9E 0 9 15 16 22 1C 46
Octal 310 266 236 0 11 25 26 42 34 106
Binary 11001000 10110110 10011110 0 1001 10101 10110 100010 11100 1000110

Color Harmonies of #C8B69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B69E

Black with #C8B69E

Text Example


Text Example

White with #C8B69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B69E; }

 p { color: rgb(200,182,158); }

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

background-color css

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

 a { background-color: rgb(200,182,158); }

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

border-color css

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

 span { border-color: rgb(200,182,158); }

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