Html Css Color HEX #C8AD91 Sour Dough

📋 copy color: '#C8AD91'

red 200 ◦ green 173 ◦ blue 145

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

Shades of Sour Dough #C8AD91

Tints of Sour Dough #C8AD91

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.4%

 BLUE value IS 145 (57.03% from 255) = 27.99%

R = 38.61%
G = 33.4%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8AD91 (or 0xC8AD91) is known color: Sour Dough. HEX triplet: C8, AD and 91. RGB value is (200,173,145). Sum of RGB (Red+Green+Blue) = 200+173+145=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD91 is #37526E. Grayscale: #B2B2B2. Windows color (decimal): -3625583 or 9547208. OLE color: 9547208.

HSL color Cylindrical-coordinate representation of color #C8AD91: hue angle of 30.55º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8AD91 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 173 145 -
CMYK 0 0.14 0.28 0.22
HSL 30.55º 0.33% 0.68% -
HSV(B) 30.55º 0.28% 0.78% -
XYZ 43.87 44.21 33.01 -
YUV 177.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 200 173 145 0 0.14 0.28 0.22 30.55 0.33 0.68
Hex C8 AD 91 0 E 1C 16 1F 21 44
Octal 310 255 221 0 16 34 26 37 41 104
Binary 11001000 10101101 10010001 0 1110 11100 10110 11111 100001 1000100

Color Harmonies of #C8AD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD91

Black with #C8AD91

Text Example


Text Example

White with #C8AD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD91; }

 p { color: rgb(200,173,145); }

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

background-color css

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

 a { background-color: rgb(200,173,145); }

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

border-color css

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

 span { border-color: rgb(200,173,145); }

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