Html Css Color HEX #CF987A Feldspar

📋 copy color: '#CF987A'

red 207 ◦ green 152 ◦ blue 122

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

Shades of Feldspar #CF987A

Tints of Feldspar #CF987A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.36%

R = 43.04%
G = 31.6%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF987A (or 0xCF987A) is known color: Feldspar. HEX triplet: CF, 98 and 7A. RGB value is (207,152,122). Sum of RGB (Red+Green+Blue) = 207+152+122=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF987A is #306785. Grayscale: #A5A5A5. Windows color (decimal): -3172230 or 8034511. OLE color: 8034511.

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

Color convert

RGB 207 152 122 -
CMYK 0 0.27 0.41 0.19
HSL 21.18º 0.47% 0.65% -
HSV(B) 21.18º 0.41% 0.81% -
XYZ 40.47 37.13 23.45 -
YUV 165.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 207 152 122 0 0.27 0.41 0.19 21.18 0.47 0.65
Hex CF 98 7A 0 1B 29 13 15 2F 41
Octal 317 230 172 0 33 51 23 25 57 101
Binary 11001111 10011000 1111010 0 11011 101001 10011 10101 101111 1000001

Color Harmonies of #CF987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF987A

Black with #CF987A

Text Example


Text Example

White with #CF987A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF987A; }

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

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

background-color css

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

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

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

border-color css

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

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

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