Html Css Color HEX #C8B59A Sour Dough

📋 copy color: '#C8B59A'

red 200 ◦ green 181 ◦ blue 154

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

Shades of Sour Dough #C8B59A

Tints of Sour Dough #C8B59A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.83%

 BLUE value IS 154 (60.55% from 255) = 28.79%

R = 37.38%
G = 33.83%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C8B59A (or 0xC8B59A) is known color: Sour Dough. HEX triplet: C8, B5 and 9A. RGB value is (200,181,154). Sum of RGB (Red+Green+Blue) = 200+181+154=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B59A is #374A65. Grayscale: #B7B7B7. Windows color (decimal): -3623526 or 10139080. OLE color: 10139080.

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

Color convert

RGB 200 181 154 -
CMYK 0 0.09 0.23 0.22
HSL 35.22º 0.29% 0.69% -
HSV(B) 35.22º 0.23% 0.78% -
XYZ 46.18 47.66 37.34 -
YUV 183.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 200 181 154 0 0.09 0.23 0.22 35.22 0.29 0.69
Hex C8 B5 9A 0 9 17 16 23 1D 45
Octal 310 265 232 0 11 27 26 43 35 105
Binary 11001000 10110101 10011010 0 1001 10111 10110 100011 11101 1000101

Color Harmonies of #C8B59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B59A

Black with #C8B59A

Text Example


Text Example

White with #C8B59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B59A; }

 p { color: rgb(200,181,154); }

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

background-color css

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

 a { background-color: rgb(200,181,154); }

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

border-color css

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

 span { border-color: rgb(200,181,154); }

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