Html Css Color HEX #C69476 Feldspar

📋 copy color: '#C69476'

red 198 ◦ green 148 ◦ blue 118

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

Shades of Feldspar #C69476

Tints of Feldspar #C69476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.9%

 BLUE value IS 118 (46.48% from 255) = 25.43%

R = 42.67%
G = 31.9%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C69476 (or 0xC69476) is known color: Feldspar. HEX triplet: C6, 94 and 76. RGB value is (198,148,118). Sum of RGB (Red+Green+Blue) = 198+148+118=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C69476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69476 is #396B89. Grayscale: #9F9F9F. Windows color (decimal): -3763082 or 7771334. OLE color: 7771334.

HSL color Cylindrical-coordinate representation of color #C69476: hue angle of 22.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C69476 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 148 118 -
CMYK 0 0.25 0.40 0.22
HSL 22.5º 0.41% 0.62% -
HSV(B) 22.5º 0.4% 0.78% -
XYZ 37.15 34.49 21.84 -
YUV 159.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 198 148 118 0 0.25 0.40 0.22 22.5 0.41 0.62
Hex C6 94 76 0 19 28 16 16 29 3E
Octal 306 224 166 0 31 50 26 26 51 76
Binary 11000110 10010100 1110110 0 11001 101000 10110 10110 101001 111110

Color Harmonies of #C69476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69476

Black with #C69476

Text Example


Text Example

White with #C69476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69476; }

 p { color: rgb(198,148,118); }

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

background-color css

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

 a { background-color: rgb(198,148,118); }

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

border-color css

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

 span { border-color: rgb(198,148,118); }

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