Html Css Color HEX #C68D78 Feldspar

📋 copy color: '#C68D78'

red 198 ◦ green 141 ◦ blue 120

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

Shades of Feldspar #C68D78

Tints of Feldspar #C68D78

RGB

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

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

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

R = 43.14%
G = 30.72%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C68D78 (or 0xC68D78) is known color: Feldspar. HEX triplet: C6, 8D and 78. RGB value is (198,141,120). Sum of RGB (Red+Green+Blue) = 198+141+120=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68D78 is #397287. Grayscale: #9B9B9B. Windows color (decimal): -3764872 or 7900614. OLE color: 7900614.

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

Color convert

RGB 198 141 120 -
CMYK 0 0.29 0.39 0.22
HSL 16.15º 0.41% 0.62% -
HSV(B) 16.15º 0.39% 0.78% -
XYZ 36.2 32.41 22.12 -
YUV 155.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 198 141 120 0 0.29 0.39 0.22 16.15 0.41 0.62
Hex C6 8D 78 0 1D 27 16 10 29 3E
Octal 306 215 170 0 35 47 26 20 51 76
Binary 11000110 10001101 1111000 0 11101 100111 10110 10000 101001 111110

Color Harmonies of #C68D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68D78

Black with #C68D78

Text Example


Text Example

White with #C68D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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