Html Css Color HEX #C3AD96 Sour Dough

📋 copy color: '#C3AD96'

red 195 ◦ green 173 ◦ blue 150

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

Shades of Sour Dough #C3AD96

Tints of Sour Dough #C3AD96

RGB

 RED value IS 195 (76.56% from 255) = 37.64%

 GREEN value IS 173 (67.97% from 255) = 33.4%

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

R = 37.64%
G = 33.4%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C3AD96 (or 0xC3AD96) is known color: Sour Dough. HEX triplet: C3, AD and 96. RGB value is (195,173,150). Sum of RGB (Red+Green+Blue) = 195+173+150=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD96 is #3C5269. Grayscale: #B1B1B1. Windows color (decimal): -3953258 or 9874883. OLE color: 9874883.

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

Color convert

RGB 195 173 150 -
CMYK 0 0.11 0.23 0.24
HSL 30.67º 0.27% 0.68% -
HSV(B) 30.67º 0.23% 0.76% -
XYZ 42.95 43.69 35.02 -
YUV 176.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 195 173 150 0 0.11 0.23 0.24 30.67 0.27 0.68
Hex C3 AD 96 0 B 17 18 1F 1B 44
Octal 303 255 226 0 13 27 30 37 33 104
Binary 11000011 10101101 10010110 0 1011 10111 11000 11111 11011 1000100

Color Harmonies of #C3AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD96

Black with #C3AD96

Text Example


Text Example

White with #C3AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD96; }

 p { color: rgb(195,173,150); }

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

background-color css

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

 a { background-color: rgb(195,173,150); }

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

border-color css

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

 span { border-color: rgb(195,173,150); }

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