Html Css Color HEX #C6AC92 Sour Dough

📋 copy color: '#C6AC92'

red 198 ◦ green 172 ◦ blue 146

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

Shades of Sour Dough #C6AC92

Tints of Sour Dough #C6AC92

RGB

 RED value IS 198 (77.73% from 255) = 38.37%

 GREEN value IS 172 (67.58% from 255) = 33.33%

 BLUE value IS 146 (57.42% from 255) = 28.29%

R = 38.37%
G = 33.33%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C6AC92 (or 0xC6AC92) is known color: Sour Dough. HEX triplet: C6, AC and 92. RGB value is (198,172,146). Sum of RGB (Red+Green+Blue) = 198+172+146=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC92 is #39536D. Grayscale: #B0B0B0. Windows color (decimal): -3756910 or 9612486. OLE color: 9612486.

HSL color Cylindrical-coordinate representation of color #C6AC92: hue angle of 30º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6AC92 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 172 146 -
CMYK 0 0.13 0.26 0.22
HSL 30º 0.31% 0.67% -
HSV(B) 30º 0.26% 0.78% -
XYZ 43.23 43.59 33.33 -
YUV 176.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 198 172 146 0 0.13 0.26 0.22 30 0.31 0.67
Hex C6 AC 92 0 D 1A 16 1E 1F 43
Octal 306 254 222 0 15 32 26 36 37 103
Binary 11000110 10101100 10010010 0 1101 11010 10110 11110 11111 1000011

Color Harmonies of #C6AC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AC92

Black with #C6AC92

Text Example


Text Example

White with #C6AC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AC92; }

 p { color: rgb(198,172,146); }

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

background-color css

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

 a { background-color: rgb(198,172,146); }

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

border-color css

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

 span { border-color: rgb(198,172,146); }

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