Html Css Color HEX #C4AF91 Sour Dough

📋 copy color: '#C4AF91'

red 196 ◦ green 175 ◦ blue 145

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

Shades of Sour Dough #C4AF91

Tints of Sour Dough #C4AF91

RGB

 RED value IS 196 (76.95% from 255) = 37.98%

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

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

R = 37.98%
G = 33.91%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C4AF91 (or 0xC4AF91) is known color: Sour Dough. HEX triplet: C4, AF and 91. RGB value is (196,175,145). Sum of RGB (Red+Green+Blue) = 196+175+145=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF91 is #3B506E. Grayscale: #B2B2B2. Windows color (decimal): -3887215 or 9547716. OLE color: 9547716.

HSL color Cylindrical-coordinate representation of color #C4AF91: hue angle of 35.29º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4AF91 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 145 -
CMYK 0 0.11 0.26 0.23
HSL 35.29º 0.3% 0.67% -
HSV(B) 35.29º 0.26% 0.77% -
XYZ 43.21 44.44 33.09 -
YUV 177.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 196 175 145 0 0.11 0.26 0.23 35.29 0.3 0.67
Hex C4 AF 91 0 B 1A 17 23 1E 43
Octal 304 257 221 0 13 32 27 43 36 103
Binary 11000100 10101111 10010001 0 1011 11010 10111 100011 11110 1000011

Color Harmonies of #C4AF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF91

Black with #C4AF91

Text Example


Text Example

White with #C4AF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF91; }

 p { color: rgb(196,175,145); }

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

background-color css

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

 a { background-color: rgb(196,175,145); }

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

border-color css

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

 span { border-color: rgb(196,175,145); }

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