Html Css Color HEX #C8907B Feldspar

📋 copy color: '#C8907B'

red 200 ◦ green 144 ◦ blue 123

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

Shades of Feldspar #C8907B

Tints of Feldspar #C8907B

RGB

 RED value IS 200 (78.52% from 255) = 42.83%

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

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

R = 42.83%
G = 30.84%
B = 26.34%

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

#C8907B (or 0xC8907B) is known color: Feldspar. HEX triplet: C8, 90 and 7B. RGB value is (200,144,123). Sum of RGB (Red+Green+Blue) = 200+144+123=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8907B is #376F84. Grayscale: #9E9E9E. Windows color (decimal): -3633029 or 8097992. OLE color: 8097992.

HSL color Cylindrical-coordinate representation of color #C8907B: hue angle of 16.36º degrees, saturation: 0.41, 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 #C8907B is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 144 123 -
CMYK 0 0.28 0.38 0.22
HSL 16.36º 0.41% 0.63% -
HSV(B) 16.36º 0.39% 0.78% -
XYZ 37.37 33.66 23.27 -
YUV 158.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 200 144 123 0 0.28 0.38 0.22 16.36 0.41 0.63
Hex C8 90 7B 0 1C 26 16 10 29 3F
Octal 310 220 173 0 34 46 26 20 51 77
Binary 11001000 10010000 1111011 0 11100 100110 10110 10000 101001 111111

Color Harmonies of #C8907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8907B

Black with #C8907B

Text Example


Text Example

White with #C8907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8907B; }

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

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

background-color css

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

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

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

border-color css

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

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

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