Html Css Color HEX #C1AD97 Sour Dough

📋 copy color: '#C1AD97'

red 193 ◦ green 173 ◦ blue 151

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

Shades of Sour Dough #C1AD97

Tints of Sour Dough #C1AD97

RGB

 RED value IS 193 (75.78% from 255) = 37.33%

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

 BLUE value IS 151 (59.38% from 255) = 29.21%

R = 37.33%
G = 33.46%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C1AD97 (or 0xC1AD97) is known color: Sour Dough. HEX triplet: C1, AD and 97. RGB value is (193,173,151). Sum of RGB (Red+Green+Blue) = 193+173+151=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD97 is #3E5268. Grayscale: #B0B0B0. Windows color (decimal): -4084329 or 9940417. OLE color: 9940417.

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

Color convert

RGB 193 173 151 -
CMYK 0 0.10 0.22 0.24
HSL 31.43º 0.25% 0.67% -
HSV(B) 31.43º 0.22% 0.76% -
XYZ 42.52 43.46 35.43 -
YUV 176.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 193 173 151 0 0.10 0.22 0.24 31.43 0.25 0.67
Hex C1 AD 97 0 A 16 18 1F 19 43
Octal 301 255 227 0 12 26 30 37 31 103
Binary 11000001 10101101 10010111 0 1010 10110 11000 11111 11001 1000011

Color Harmonies of #C1AD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD97

Black with #C1AD97

Text Example


Text Example

White with #C1AD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD97; }

 p { color: rgb(193,173,151); }

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

background-color css

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

 a { background-color: rgb(193,173,151); }

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

border-color css

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

 span { border-color: rgb(193,173,151); }

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