Html Css Color HEX #C68A76 Feldspar

📋 copy color: '#C68A76'

red 198 ◦ green 138 ◦ blue 118

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

Shades of Feldspar #C68A76

Tints of Feldspar #C68A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.4%

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

R = 43.61%
G = 30.4%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C68A76 (or 0xC68A76) is known color: Feldspar. HEX triplet: C6, 8A and 76. RGB value is (198,138,118). Sum of RGB (Red+Green+Blue) = 198+138+118=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A76 is #397589. Grayscale: #999999. Windows color (decimal): -3765642 or 7768774. OLE color: 7768774.

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

Color convert

RGB 198 138 118 -
CMYK 0 0.30 0.40 0.22
HSL 15º 0.41% 0.62% -
HSV(B) 15º 0.4% 0.78% -
XYZ 35.65 31.49 21.34 -
YUV 153.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 198 138 118 0 0.30 0.40 0.22 15 0.41 0.62
Hex C6 8A 76 0 1E 28 16 F 29 3E
Octal 306 212 166 0 36 50 26 17 51 76
Binary 11000110 10001010 1110110 0 11110 101000 10110 1111 101001 111110

Color Harmonies of #C68A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68A76

Black with #C68A76

Text Example


Text Example

White with #C68A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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