Html Css Color HEX #C6917D Feldspar

📋 copy color: '#C6917D'

red 198 ◦ green 145 ◦ blue 125

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

Shades of Feldspar #C6917D

Tints of Feldspar #C6917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.98%

 BLUE value IS 125 (49.22% from 255) = 26.71%

R = 42.31%
G = 30.98%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6917D (or 0xC6917D) is known color: Feldspar. HEX triplet: C6, 91 and 7D. RGB value is (198,145,125). Sum of RGB (Red+Green+Blue) = 198+145+125=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6917D is #396E82. Grayscale: #9E9E9E. Windows color (decimal): -3763843 or 8229318. OLE color: 8229318.

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

Color convert

RGB 198 145 125 -
CMYK 0 0.27 0.37 0.22
HSL 16.44º 0.39% 0.63% -
HSV(B) 16.44º 0.37% 0.78% -
XYZ 37.12 33.74 23.96 -
YUV 158.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 198 145 125 0 0.27 0.37 0.22 16.44 0.39 0.63
Hex C6 91 7D 0 1B 25 16 10 27 3F
Octal 306 221 175 0 33 45 26 20 47 77
Binary 11000110 10010001 1111101 0 11011 100101 10110 10000 100111 111111

Color Harmonies of #C6917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6917D

Black with #C6917D

Text Example


Text Example

White with #C6917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6917D; }

 p { color: rgb(198,145,125); }

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

background-color css

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

 a { background-color: rgb(198,145,125); }

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

border-color css

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

 span { border-color: rgb(198,145,125); }

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