Html Css Color HEX #C68E77 Feldspar

📋 copy color: '#C68E77'

red 198 ◦ green 142 ◦ blue 119

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

Shades of Feldspar #C68E77

Tints of Feldspar #C68E77

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.94%

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

R = 43.14%
G = 30.94%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C68E77 (or 0xC68E77) is known color: Feldspar. HEX triplet: C6, 8E and 77. RGB value is (198,142,119). Sum of RGB (Red+Green+Blue) = 198+142+119=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68E77 is #397188. Grayscale: #9C9C9C. Windows color (decimal): -3764617 or 7835334. OLE color: 7835334.

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

Color convert

RGB 198 142 119 -
CMYK 0 0.28 0.40 0.22
HSL 17.47º 0.41% 0.62% -
HSV(B) 17.47º 0.4% 0.78% -
XYZ 36.29 32.68 21.85 -
YUV 156.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 198 142 119 0 0.28 0.40 0.22 17.47 0.41 0.62
Hex C6 8E 77 0 1C 28 16 11 29 3E
Octal 306 216 167 0 34 50 26 21 51 76
Binary 11000110 10001110 1110111 0 11100 101000 10110 10001 101001 111110

Color Harmonies of #C68E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68E77

Black with #C68E77

Text Example


Text Example

White with #C68E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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