Html Css Color HEX #C8AF95 Sour Dough

📋 copy color: '#C8AF95'

red 200 ◦ green 175 ◦ blue 149

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

Shades of Sour Dough #C8AF95

Tints of Sour Dough #C8AF95

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.4%

 BLUE value IS 149 (58.59% from 255) = 28.44%

R = 38.17%
G = 33.4%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C8AF95 (or 0xC8AF95) is known color: Sour Dough. HEX triplet: C8, AF and 95. RGB value is (200,175,149). Sum of RGB (Red+Green+Blue) = 200+175+149=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF95 is #37506A. Grayscale: #B3B3B3. Windows color (decimal): -3625067 or 9809864. OLE color: 9809864.

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

Color convert

RGB 200 175 149 -
CMYK 0 0.12 0.26 0.22
HSL 30.59º 0.32% 0.68% -
HSV(B) 30.59º 0.26% 0.78% -
XYZ 44.57 45.11 34.79 -
YUV 179.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 200 175 149 0 0.12 0.26 0.22 30.59 0.32 0.68
Hex C8 AF 95 0 C 1A 16 1F 20 44
Octal 310 257 225 0 14 32 26 37 40 104
Binary 11001000 10101111 10010101 0 1100 11010 10110 11111 100000 1000100

Color Harmonies of #C8AF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF95

Black with #C8AF95

Text Example


Text Example

White with #C8AF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF95; }

 p { color: rgb(200,175,149); }

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

background-color css

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

 a { background-color: rgb(200,175,149); }

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

border-color css

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

 span { border-color: rgb(200,175,149); }

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