Html Css Color HEX #C68971 Feldspar

📋 copy color: '#C68971'

red 198 ◦ green 137 ◦ blue 113

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

Shades of Feldspar #C68971

Tints of Feldspar #C68971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.58%

 BLUE value IS 113 (44.53% from 255) = 25.22%

R = 44.2%
G = 30.58%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C68971 (or 0xC68971) is known color: Feldspar. HEX triplet: C6, 89 and 71. RGB value is (198,137,113). Sum of RGB (Red+Green+Blue) = 198+137+113=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C68971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68971 is #39768E. Grayscale: #989898. Windows color (decimal): -3765903 or 7440838. OLE color: 7440838.

HSL color Cylindrical-coordinate representation of color #C68971: hue angle of 16.94º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C68971 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 137 113 -
CMYK 0 0.31 0.43 0.22
HSL 16.94º 0.43% 0.61% -
HSV(B) 16.94º 0.43% 0.78% -
XYZ 35.22 31.09 19.77 -
YUV 152.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 198 137 113 0 0.31 0.43 0.22 16.94 0.43 0.61
Hex C6 89 71 0 1F 2B 16 11 2B 3D
Octal 306 211 161 0 37 53 26 21 53 75
Binary 11000110 10001001 1110001 0 11111 101011 10110 10001 101011 111101

Color Harmonies of #C68971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68971

Black with #C68971

Text Example


Text Example

White with #C68971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68971; }

 p { color: rgb(198,137,113); }

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

background-color css

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

 a { background-color: rgb(198,137,113); }

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

border-color css

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

 span { border-color: rgb(198,137,113); }

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