Html Css Color HEX #CF9871 Feldspar

📋 copy color: '#CF9871'

red 207 ◦ green 152 ◦ blue 113

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

Shades of Feldspar #CF9871

Tints of Feldspar #CF9871

RGB

 RED value IS 207 (81.25% from 255) = 43.86%

 GREEN value IS 152 (59.77% from 255) = 32.2%

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

R = 43.86%
G = 32.2%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF9871 (or 0xCF9871) is known color: Feldspar. HEX triplet: CF, 98 and 71. RGB value is (207,152,113). Sum of RGB (Red+Green+Blue) = 207+152+113=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9871 is #30678E. Grayscale: #A4A4A4. Windows color (decimal): -3172239 or 7444687. OLE color: 7444687.

HSL color Cylindrical-coordinate representation of color #CF9871: hue angle of 24.89º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF9871 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 152 113 -
CMYK 0 0.27 0.45 0.19
HSL 24.89º 0.49% 0.63% -
HSV(B) 24.89º 0.45% 0.81% -
XYZ 39.94 36.91 20.64 -
YUV 164 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 207 152 113 0 0.27 0.45 0.19 24.89 0.49 0.63
Hex CF 98 71 0 1B 2D 13 19 31 3F
Octal 317 230 161 0 33 55 23 31 61 77
Binary 11001111 10011000 1110001 0 11011 101101 10011 11001 110001 111111

Color Harmonies of #CF9871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9871

Black with #CF9871

Text Example


Text Example

White with #CF9871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9871; }

 p { color: rgb(207,152,113); }

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

background-color css

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

 a { background-color: rgb(207,152,113); }

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

border-color css

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

 span { border-color: rgb(207,152,113); }

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