Html Css Color HEX #C2AF96 Sour Dough

📋 copy color: '#C2AF96'

red 194 ◦ green 175 ◦ blue 150

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

Shades of Sour Dough #C2AF96

Tints of Sour Dough #C2AF96

RGB

 RED value IS 194 (76.17% from 255) = 37.38%

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

 BLUE value IS 150 (58.98% from 255) = 28.9%

R = 37.38%
G = 33.72%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2AF96 (or 0xC2AF96) is known color: Sour Dough. HEX triplet: C2, AF and 96. RGB value is (194,175,150). Sum of RGB (Red+Green+Blue) = 194+175+150=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF96 is #3D5069. Grayscale: #B1B1B1. Windows color (decimal): -4018282 or 9875394. OLE color: 9875394.

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

Color convert

RGB 194 175 150 -
CMYK 0 0.10 0.23 0.24
HSL 34.09º 0.27% 0.67% -
HSV(B) 34.09º 0.23% 0.76% -
XYZ 43.08 44.33 35.14 -
YUV 177.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 194 175 150 0 0.10 0.23 0.24 34.09 0.27 0.67
Hex C2 AF 96 0 A 17 18 22 1B 43
Octal 302 257 226 0 12 27 30 42 33 103
Binary 11000010 10101111 10010110 0 1010 10111 11000 100010 11011 1000011

Color Harmonies of #C2AF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF96

Black with #C2AF96

Text Example


Text Example

White with #C2AF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF96; }

 p { color: rgb(194,175,150); }

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

background-color css

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

 a { background-color: rgb(194,175,150); }

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

border-color css

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

 span { border-color: rgb(194,175,150); }

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