Html Css Color HEX #CF986F Feldspar

📋 copy color: '#CF986F'

red 207 ◦ green 152 ◦ blue 111

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

Shades of Feldspar #CF986F

Tints of Feldspar #CF986F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.62%

R = 44.04%
G = 32.34%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF986F (or 0xCF986F) is known color: Feldspar. HEX triplet: CF, 98 and 6F. RGB value is (207,152,111). Sum of RGB (Red+Green+Blue) = 207+152+111=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF986F is #306790. Grayscale: #A3A3A3. Windows color (decimal): -3172241 or 7313615. OLE color: 7313615.

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

Color convert

RGB 207 152 111 -
CMYK 0 0.27 0.46 0.19
HSL 25.63º 0.5% 0.62% -
HSV(B) 25.63º 0.46% 0.81% -
XYZ 39.83 36.87 20.06 -
YUV 163.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 207 152 111 0 0.27 0.46 0.19 25.63 0.5 0.62
Hex CF 98 6F 0 1B 2E 13 1A 32 3E
Octal 317 230 157 0 33 56 23 32 62 76
Binary 11001111 10011000 1101111 0 11011 101110 10011 11010 110010 111110

Color Harmonies of #CF986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF986F

Black with #CF986F

Text Example


Text Example

White with #CF986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF986F; }

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

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

background-color css

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

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

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

border-color css

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

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

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