Html Css Color HEX #CF9879 Feldspar

📋 copy color: '#CF9879'

red 207 ◦ green 152 ◦ blue 121

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

Shades of Feldspar #CF9879

Tints of Feldspar #CF9879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.21%

R = 43.13%
G = 31.67%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF9879 (or 0xCF9879) is known color: Feldspar. HEX triplet: CF, 98 and 79. RGB value is (207,152,121). Sum of RGB (Red+Green+Blue) = 207+152+121=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9879 is #306786. Grayscale: #A5A5A5. Windows color (decimal): -3172231 or 7968975. OLE color: 7968975.

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

Color convert

RGB 207 152 121 -
CMYK 0 0.27 0.42 0.19
HSL 21.63º 0.47% 0.64% -
HSV(B) 21.63º 0.42% 0.81% -
XYZ 40.41 37.1 23.12 -
YUV 164.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 207 152 121 0 0.27 0.42 0.19 21.63 0.47 0.64
Hex CF 98 79 0 1B 2A 13 16 2F 40
Octal 317 230 171 0 33 52 23 26 57 100
Binary 11001111 10011000 1111001 0 11011 101010 10011 10110 101111 1000000

Color Harmonies of #CF9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9879

Black with #CF9879

Text Example


Text Example

White with #CF9879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9879; }

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

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

background-color css

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

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

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

border-color css

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

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

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