Html Css Color HEX #C68D76 Feldspar

📋 copy color: '#C68D76'

red 198 ◦ green 141 ◦ blue 118

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

Shades of Feldspar #C68D76

Tints of Feldspar #C68D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.85%

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

R = 43.33%
G = 30.85%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C68D76 (or 0xC68D76) is known color: Feldspar. HEX triplet: C6, 8D and 76. RGB value is (198,141,118). Sum of RGB (Red+Green+Blue) = 198+141+118=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68D76 is #397289. Grayscale: #9B9B9B. Windows color (decimal): -3764874 or 7769542. OLE color: 7769542.

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

Color convert

RGB 198 141 118 -
CMYK 0 0.29 0.40 0.22
HSL 17.25º 0.41% 0.62% -
HSV(B) 17.25º 0.4% 0.78% -
XYZ 36.08 32.36 21.48 -
YUV 155.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 198 141 118 0 0.29 0.40 0.22 17.25 0.41 0.62
Hex C6 8D 76 0 1D 28 16 11 29 3E
Octal 306 215 166 0 35 50 26 21 51 76
Binary 11000110 10001101 1110110 0 11101 101000 10110 10001 101001 111110

Color Harmonies of #C68D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68D76

Black with #C68D76

Text Example


Text Example

White with #C68D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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