Html Css Color HEX #C4AF99 Sour Dough

📋 copy color: '#C4AF99'

red 196 ◦ green 175 ◦ blue 153

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

Shades of Sour Dough #C4AF99

Tints of Sour Dough #C4AF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.2%

R = 37.4%
G = 33.4%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C4AF99 (or 0xC4AF99) is known color: Sour Dough. HEX triplet: C4, AF and 99. RGB value is (196,175,153). Sum of RGB (Red+Green+Blue) = 196+175+153=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF99 is #3B5066. Grayscale: #B2B2B2. Windows color (decimal): -3887207 or 10072004. OLE color: 10072004.

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

Color convert

RGB 196 175 153 -
CMYK 0 0.11 0.22 0.23
HSL 30.7º 0.27% 0.68% -
HSV(B) 30.7º 0.22% 0.77% -
XYZ 43.84 44.7 36.45 -
YUV 178.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 196 175 153 0 0.11 0.22 0.23 30.7 0.27 0.68
Hex C4 AF 99 0 B 16 17 1F 1B 44
Octal 304 257 231 0 13 26 27 37 33 104
Binary 11000100 10101111 10011001 0 1011 10110 10111 11111 11011 1000100

Color Harmonies of #C4AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF99

Black with #C4AF99

Text Example


Text Example

White with #C4AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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