Html Css Color HEX #C69477 Feldspar

📋 copy color: '#C69477'

red 198 ◦ green 148 ◦ blue 119

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

Shades of Feldspar #C69477

Tints of Feldspar #C69477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 42.58%
G = 31.83%
B = 25.59%

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

#C69477 (or 0xC69477) is known color: Feldspar. HEX triplet: C6, 94 and 77. RGB value is (198,148,119). Sum of RGB (Red+Green+Blue) = 198+148+119=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C69477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69477 is #396B88. Grayscale: #9F9F9F. Windows color (decimal): -3763081 or 7836870. OLE color: 7836870.

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

Color convert

RGB 198 148 119 -
CMYK 0 0.25 0.40 0.22
HSL 22.03º 0.41% 0.62% -
HSV(B) 22.03º 0.4% 0.78% -
XYZ 37.21 34.52 22.15 -
YUV 159.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 198 148 119 0 0.25 0.40 0.22 22.03 0.41 0.62
Hex C6 94 77 0 19 28 16 16 29 3E
Octal 306 224 167 0 31 50 26 26 51 76
Binary 11000110 10010100 1110111 0 11001 101000 10110 10110 101001 111110

Color Harmonies of #C69477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69477

Black with #C69477

Text Example


Text Example

White with #C69477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69477; }

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

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

background-color css

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

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

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

border-color css

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

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

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