Html Css Color HEX #C8AE93 Sour Dough

📋 copy color: '#C8AE93'

red 200 ◦ green 174 ◦ blue 147

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

Shades of Sour Dough #C8AE93

Tints of Sour Dough #C8AE93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.21%

R = 38.39%
G = 33.4%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C8AE93 (or 0xC8AE93) is known color: Sour Dough. HEX triplet: C8, AE and 93. RGB value is (200,174,147). Sum of RGB (Red+Green+Blue) = 200+174+147=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE93 is #37516C. Grayscale: #B2B2B2. Windows color (decimal): -3625325 or 9678536. OLE color: 9678536.

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

Color convert

RGB 200 174 147 -
CMYK 0 0.13 0.26 0.22
HSL 30.57º 0.33% 0.68% -
HSV(B) 30.57º 0.27% 0.78% -
XYZ 44.22 44.66 33.89 -
YUV 178.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 200 174 147 0 0.13 0.26 0.22 30.57 0.33 0.68
Hex C8 AE 93 0 D 1A 16 1F 21 44
Octal 310 256 223 0 15 32 26 37 41 104
Binary 11001000 10101110 10010011 0 1101 11010 10110 11111 100001 1000100

Color Harmonies of #C8AE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE93

Black with #C8AE93

Text Example


Text Example

White with #C8AE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE93; }

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

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

background-color css

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

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

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

border-color css

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

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

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