Html Css Color HEX #C6907C Feldspar

📋 copy color: '#C6907C'

red 198 ◦ green 144 ◦ blue 124

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

Shades of Feldspar #C6907C

Tints of Feldspar #C6907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.9%

 BLUE value IS 124 (48.83% from 255) = 26.61%

R = 42.49%
G = 30.9%
B = 26.61%

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

#C6907C (or 0xC6907C) is known color: Feldspar. HEX triplet: C6, 90 and 7C. RGB value is (198,144,124). Sum of RGB (Red+Green+Blue) = 198+144+124=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C6907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6907C is #396F83. Grayscale: #9E9E9E. Windows color (decimal): -3764100 or 8163526. OLE color: 8163526.

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

Color convert

RGB 198 144 124 -
CMYK 0 0.27 0.37 0.22
HSL 16.22º 0.39% 0.63% -
HSV(B) 16.22º 0.37% 0.78% -
XYZ 36.9 33.41 23.57 -
YUV 157.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 198 144 124 0 0.27 0.37 0.22 16.22 0.39 0.63
Hex C6 90 7C 0 1B 25 16 10 27 3F
Octal 306 220 174 0 33 45 26 20 47 77
Binary 11000110 10010000 1111100 0 11011 100101 10110 10000 100111 111111

Color Harmonies of #C6907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6907C

Black with #C6907C

Text Example


Text Example

White with #C6907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6907C; }

 p { color: rgb(198,144,124); }

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

background-color css

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

 a { background-color: rgb(198,144,124); }

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

border-color css

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

 span { border-color: rgb(198,144,124); }

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