Html Css Color HEX #C69179 Feldspar

📋 copy color: '#C69179'

red 198 ◦ green 145 ◦ blue 121

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

Shades of Feldspar #C69179

Tints of Feldspar #C69179

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.25%

 BLUE value IS 121 (47.66% from 255) = 26.08%

R = 42.67%
G = 31.25%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C69179 (or 0xC69179) is known color: Feldspar. HEX triplet: C6, 91 and 79. RGB value is (198,145,121). Sum of RGB (Red+Green+Blue) = 198+145+121=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C69179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69179 is #396E86. Grayscale: #9E9E9E. Windows color (decimal): -3763847 or 7967174. OLE color: 7967174.

HSL color Cylindrical-coordinate representation of color #C69179: hue angle of 18.7º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C69179 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 145 121 -
CMYK 0 0.27 0.39 0.22
HSL 18.7º 0.4% 0.63% -
HSV(B) 18.7º 0.39% 0.78% -
XYZ 36.87 33.64 22.64 -
YUV 158.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 198 145 121 0 0.27 0.39 0.22 18.7 0.4 0.63
Hex C6 91 79 0 1B 27 16 13 28 3F
Octal 306 221 171 0 33 47 26 23 50 77
Binary 11000110 10010001 1111001 0 11011 100111 10110 10011 101000 111111

Color Harmonies of #C69179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69179

Black with #C69179

Text Example


Text Example

White with #C69179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69179; }

 p { color: rgb(198,145,121); }

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

background-color css

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

 a { background-color: rgb(198,145,121); }

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

border-color css

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

 span { border-color: rgb(198,145,121); }

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