Html Css Color HEX #C69379 Feldspar

📋 copy color: '#C69379'

red 198 ◦ green 147 ◦ blue 121

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

Shades of Feldspar #C69379

Tints of Feldspar #C69379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.55%

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

R = 42.49%
G = 31.55%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C69379 (or 0xC69379) is known color: Feldspar. HEX triplet: C6, 93 and 79. RGB value is (198,147,121). Sum of RGB (Red+Green+Blue) = 198+147+121=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C69379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69379 is #396C86. Grayscale: #9F9F9F. Windows color (decimal): -3763335 or 7967686. OLE color: 7967686.

HSL color Cylindrical-coordinate representation of color #C69379: hue angle of 20.26º 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 #C69379 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 147 121 -
CMYK 0 0.26 0.39 0.22
HSL 20.26º 0.4% 0.63% -
HSV(B) 20.26º 0.39% 0.78% -
XYZ 37.17 34.25 22.74 -
YUV 159.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 198 147 121 0 0.26 0.39 0.22 20.26 0.4 0.63
Hex C6 93 79 0 1A 27 16 14 28 3F
Octal 306 223 171 0 32 47 26 24 50 77
Binary 11000110 10010011 1111001 0 11010 100111 10110 10100 101000 111111

Color Harmonies of #C69379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69379

Black with #C69379

Text Example


Text Example

White with #C69379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69379; }

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

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

background-color css

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

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

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

border-color css

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

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

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