Html Css Color HEX #C4AF90 Sour Dough

📋 copy color: '#C4AF90'

red 196 ◦ green 175 ◦ blue 144

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

Shades of Sour Dough #C4AF90

Tints of Sour Dough #C4AF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.96%

R = 38.06%
G = 33.98%
B = 27.96%

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

#C4AF90 (or 0xC4AF90) is known color: Sour Dough. HEX triplet: C4, AF and 90. RGB value is (196,175,144). Sum of RGB (Red+Green+Blue) = 196+175+144=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF90 is #3B506F. Grayscale: #B1B1B1. Windows color (decimal): -3887216 or 9482180. OLE color: 9482180.

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

Color convert

RGB 196 175 144 -
CMYK 0 0.11 0.27 0.23
HSL 35.77º 0.31% 0.67% -
HSV(B) 35.77º 0.27% 0.77% -
XYZ 43.13 44.41 32.68 -
YUV 177.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 196 175 144 0 0.11 0.27 0.23 35.77 0.31 0.67
Hex C4 AF 90 0 B 1B 17 24 1F 43
Octal 304 257 220 0 13 33 27 44 37 103
Binary 11000100 10101111 10010000 0 1011 11011 10111 100100 11111 1000011

Color Harmonies of #C4AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF90

Black with #C4AF90

Text Example


Text Example

White with #C4AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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