Html Css Color HEX #C8906D Feldspar

📋 copy color: '#C8906D'

red 200 ◦ green 144 ◦ blue 109

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

Shades of Feldspar #C8906D

Tints of Feldspar #C8906D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.06%

R = 44.15%
G = 31.79%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8906D (or 0xC8906D) is known color: Feldspar. HEX triplet: C8, 90 and 6D. RGB value is (200,144,109). Sum of RGB (Red+Green+Blue) = 200+144+109=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8906D is #376F92. Grayscale: #9C9C9C. Windows color (decimal): -3633043 or 7180488. OLE color: 7180488.

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

Color convert

RGB 200 144 109 -
CMYK 0 0.28 0.46 0.22
HSL 23.08º 0.45% 0.61% -
HSV(B) 23.08º 0.46% 0.78% -
XYZ 36.55 33.33 18.97 -
YUV 156.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 200 144 109 0 0.28 0.46 0.22 23.08 0.45 0.61
Hex C8 90 6D 0 1C 2E 16 17 2D 3D
Octal 310 220 155 0 34 56 26 27 55 75
Binary 11001000 10010000 1101101 0 11100 101110 10110 10111 101101 111101

Color Harmonies of #C8906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8906D

Black with #C8906D

Text Example


Text Example

White with #C8906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8906D; }

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

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

background-color css

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

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

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

border-color css

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

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

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