Html Css Color HEX #C8AE91 Sour Dough

📋 copy color: '#C8AE91'

red 200 ◦ green 174 ◦ blue 145

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

Shades of Sour Dough #C8AE91

Tints of Sour Dough #C8AE91

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.53%

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

R = 38.54%
G = 33.53%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8AE91 (or 0xC8AE91) is known color: Sour Dough. HEX triplet: C8, AE and 91. RGB value is (200,174,145). Sum of RGB (Red+Green+Blue) = 200+174+145=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE91 is #37516E. Grayscale: #B2B2B2. Windows color (decimal): -3625327 or 9547464. OLE color: 9547464.

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

Color convert

RGB 200 174 145 -
CMYK 0 0.13 0.28 0.22
HSL 31.64º 0.33% 0.68% -
HSV(B) 31.64º 0.28% 0.78% -
XYZ 44.07 44.6 33.07 -
YUV 178.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 200 174 145 0 0.13 0.28 0.22 31.64 0.33 0.68
Hex C8 AE 91 0 D 1C 16 20 21 44
Octal 310 256 221 0 15 34 26 40 41 104
Binary 11001000 10101110 10010001 0 1101 11100 10110 100000 100001 1000100

Color Harmonies of #C8AE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE91

Black with #C8AE91

Text Example


Text Example

White with #C8AE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE91; }

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

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

background-color css

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

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

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

border-color css

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

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

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