Html Css Color HEX #CF976F Feldspar

📋 copy color: '#CF976F'

red 207 ◦ green 151 ◦ blue 111

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

Shades of Feldspar #CF976F

Tints of Feldspar #CF976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.2%

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

R = 44.14%
G = 32.2%
B = 23.67%

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

#CF976F (or 0xCF976F) is known color: Feldspar. HEX triplet: CF, 97 and 6F. RGB value is (207,151,111). Sum of RGB (Red+Green+Blue) = 207+151+111=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF976F is #306890. Grayscale: #A3A3A3. Windows color (decimal): -3172497 or 7313359. OLE color: 7313359.

HSL color Cylindrical-coordinate representation of color #CF976F: hue angle of 25º 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 #CF976F is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 151 111 -
CMYK 0 0.27 0.46 0.19
HSL 25º 0.5% 0.62% -
HSV(B) 25º 0.46% 0.81% -
XYZ 39.67 36.55 20 -
YUV 163.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 207 151 111 0 0.27 0.46 0.19 25 0.5 0.62
Hex CF 97 6F 0 1B 2E 13 19 32 3E
Octal 317 227 157 0 33 56 23 31 62 76
Binary 11001111 10010111 1101111 0 11011 101110 10011 11001 110010 111110

Color Harmonies of #CF976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF976F

Black with #CF976F

Text Example


Text Example

White with #CF976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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