Html Css Color HEX #C69370 Feldspar

📋 copy color: '#C69370'

red 198 ◦ green 147 ◦ blue 112

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

Shades of Feldspar #C69370

Tints of Feldspar #C69370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.51%

R = 43.33%
G = 32.17%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C69370 (or 0xC69370) is known color: Feldspar. HEX triplet: C6, 93 and 70. RGB value is (198,147,112). Sum of RGB (Red+Green+Blue) = 198+147+112=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C69370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69370 is #396C8F. Grayscale: #9E9E9E. Windows color (decimal): -3763344 or 7377862. OLE color: 7377862.

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

Color convert

RGB 198 147 112 -
CMYK 0 0.26 0.43 0.22
HSL 24.42º 0.43% 0.61% -
HSV(B) 24.42º 0.43% 0.78% -
XYZ 36.65 34.04 19.97 -
YUV 158.26 101.9 156.35 -
System Red Green Blue C M Y K H S L
Decimal 198 147 112 0 0.26 0.43 0.22 24.42 0.43 0.61
Hex C6 93 70 0 1A 2B 16 18 2B 3D
Octal 306 223 160 0 32 53 26 30 53 75
Binary 11000110 10010011 1110000 0 11010 101011 10110 11000 101011 111101

Color Harmonies of #C69370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69370

Black with #C69370

Text Example


Text Example

White with #C69370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69370; }

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

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

background-color css

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

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

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

border-color css

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

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

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