Html Css Color HEX #C6907D Feldspar

📋 copy color: '#C6907D'

red 198 ◦ green 144 ◦ blue 125

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

Shades of Feldspar #C6907D

Tints of Feldspar #C6907D

RGB

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

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

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

R = 42.4%
G = 30.84%
B = 26.77%

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

#C6907D (or 0xC6907D) is known color: Feldspar. HEX triplet: C6, 90 and 7D. RGB value is (198,144,125). Sum of RGB (Red+Green+Blue) = 198+144+125=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C6907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6907D is #396F82. Grayscale: #9E9E9E. Windows color (decimal): -3764099 or 8229062. OLE color: 8229062.

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

Color convert

RGB 198 144 125 -
CMYK 0 0.27 0.37 0.22
HSL 15.62º 0.39% 0.63% -
HSV(B) 15.62º 0.37% 0.78% -
XYZ 36.96 33.43 23.91 -
YUV 157.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 198 144 125 0 0.27 0.37 0.22 15.62 0.39 0.63
Hex C6 90 7D 0 1B 25 16 10 27 3F
Octal 306 220 175 0 33 45 26 20 47 77
Binary 11000110 10010000 1111101 0 11011 100101 10110 10000 100111 111111

Color Harmonies of #C6907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6907D

Black with #C6907D

Text Example


Text Example

White with #C6907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6907D; }

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

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

background-color css

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

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

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

border-color css

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

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

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