Html Css Color HEX #C88671 Feldspar

📋 copy color: '#C88671'

red 200 ◦ green 134 ◦ blue 113

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

Shades of Feldspar #C88671

Tints of Feldspar #C88671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.98%

 BLUE value IS 113 (44.53% from 255) = 25.28%

R = 44.74%
G = 29.98%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C88671 (or 0xC88671) is known color: Feldspar. HEX triplet: C8, 86 and 71. RGB value is (200,134,113). Sum of RGB (Red+Green+Blue) = 200+134+113=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C88671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88671 is #37798E. Grayscale: #979797. Windows color (decimal): -3635599 or 7440072. OLE color: 7440072.

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

Color convert

RGB 200 134 113 -
CMYK 0 0.33 0.44 0.22
HSL 14.48º 0.44% 0.61% -
HSV(B) 14.48º 0.44% 0.78% -
XYZ 35.33 30.52 19.65 -
YUV 151.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 200 134 113 0 0.33 0.44 0.22 14.48 0.44 0.61
Hex C8 86 71 0 21 2C 16 E 2C 3D
Octal 310 206 161 0 41 54 26 16 54 75
Binary 11001000 10000110 1110001 0 100001 101100 10110 1110 101100 111101

Color Harmonies of #C88671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88671

Black with #C88671

Text Example


Text Example

White with #C88671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88671; }

 p { color: rgb(200,134,113); }

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

background-color css

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

 a { background-color: rgb(200,134,113); }

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

border-color css

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

 span { border-color: rgb(200,134,113); }

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