Html Css Color HEX #C7907B Feldspar

📋 copy color: '#C7907B'

red 199 ◦ green 144 ◦ blue 123

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

Shades of Feldspar #C7907B

Tints of Feldspar #C7907B

RGB

 RED value IS 199 (78.13% from 255) = 42.7%

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

 BLUE value IS 123 (48.44% from 255) = 26.39%

R = 42.7%
G = 30.9%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7907B (or 0xC7907B) is known color: Feldspar. HEX triplet: C7, 90 and 7B. RGB value is (199,144,123). Sum of RGB (Red+Green+Blue) = 199+144+123=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C7907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7907B is #386F84. Grayscale: #9E9E9E. Windows color (decimal): -3698565 or 8097991. OLE color: 8097991.

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

Color convert

RGB 199 144 123 -
CMYK 0 0.28 0.38 0.22
HSL 16.58º 0.4% 0.63% -
HSV(B) 16.58º 0.38% 0.78% -
XYZ 37.1 33.52 23.25 -
YUV 158.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 199 144 123 0 0.28 0.38 0.22 16.58 0.4 0.63
Hex C7 90 7B 0 1C 26 16 11 28 3F
Octal 307 220 173 0 34 46 26 21 50 77
Binary 11000111 10010000 1111011 0 11100 100110 10110 10001 101000 111111

Color Harmonies of #C7907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7907B

Black with #C7907B

Text Example


Text Example

White with #C7907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7907B; }

 p { color: rgb(199,144,123); }

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

background-color css

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

 a { background-color: rgb(199,144,123); }

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

border-color css

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

 span { border-color: rgb(199,144,123); }

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