Html Css Color HEX #C4AF8F Sour Dough

📋 copy color: '#C4AF8F'

red 196 ◦ green 175 ◦ blue 143

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

Shades of Sour Dough #C4AF8F

Tints of Sour Dough #C4AF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.82%

R = 38.13%
G = 34.05%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4AF8F (or 0xC4AF8F) is known color: Sour Dough. HEX triplet: C4, AF and 8F. RGB value is (196,175,143). Sum of RGB (Red+Green+Blue) = 196+175+143=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF8F is #3B5070. Grayscale: #B1B1B1. Windows color (decimal): -3887217 or 9416644. OLE color: 9416644.

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

Color convert

RGB 196 175 143 -
CMYK 0 0.11 0.27 0.23
HSL 36.23º 0.31% 0.66% -
HSV(B) 36.23º 0.27% 0.77% -
XYZ 43.05 44.38 32.28 -
YUV 177.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 196 175 143 0 0.11 0.27 0.23 36.23 0.31 0.66
Hex C4 AF 8F 0 B 1B 17 24 1F 42
Octal 304 257 217 0 13 33 27 44 37 102
Binary 11000100 10101111 10001111 0 1011 11011 10111 100100 11111 1000010

Color Harmonies of #C4AF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF8F

Black with #C4AF8F

Text Example


Text Example

White with #C4AF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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