Html Css Color HEX #C68F78 Feldspar

📋 copy color: '#C68F78'

red 198 ◦ green 143 ◦ blue 120

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

Shades of Feldspar #C68F78

Tints of Feldspar #C68F78

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

 BLUE value IS 120 (47.27% from 255) = 26.03%

R = 42.95%
G = 31.02%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C68F78 (or 0xC68F78) is known color: Feldspar. HEX triplet: C6, 8F and 78. RGB value is (198,143,120). Sum of RGB (Red+Green+Blue) = 198+143+120=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68F78 is #397087. Grayscale: #9C9C9C. Windows color (decimal): -3764360 or 7901126. OLE color: 7901126.

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

Color convert

RGB 198 143 120 -
CMYK 0 0.28 0.39 0.22
HSL 17.69º 0.41% 0.62% -
HSV(B) 17.69º 0.39% 0.78% -
XYZ 36.5 33.01 22.22 -
YUV 156.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 198 143 120 0 0.28 0.39 0.22 17.69 0.41 0.62
Hex C6 8F 78 0 1C 27 16 12 29 3E
Octal 306 217 170 0 34 47 26 22 51 76
Binary 11000110 10001111 1111000 0 11100 100111 10110 10010 101001 111110

Color Harmonies of #C68F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F78

Black with #C68F78

Text Example


Text Example

White with #C68F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F78; }

 p { color: rgb(198,143,120); }

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

background-color css

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

 a { background-color: rgb(198,143,120); }

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

border-color css

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

 span { border-color: rgb(198,143,120); }

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