Html Css Color HEX #CF8971 Feldspar

📋 copy color: '#CF8971'

red 207 ◦ green 137 ◦ blue 113

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

Shades of Feldspar #CF8971

Tints of Feldspar #CF8971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.98%

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

R = 45.3%
G = 29.98%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF8971 (or 0xCF8971) is known color: Feldspar. HEX triplet: CF, 89 and 71. RGB value is (207,137,113). Sum of RGB (Red+Green+Blue) = 207+137+113=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8971 is #30768E. Grayscale: #9B9B9B. Windows color (decimal): -3176079 or 7440847. OLE color: 7440847.

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

Color convert

RGB 207 137 113 -
CMYK 0 0.34 0.45 0.19
HSL 15.32º 0.49% 0.63% -
HSV(B) 15.32º 0.45% 0.81% -
XYZ 37.66 32.35 19.88 -
YUV 155.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 207 137 113 0 0.34 0.45 0.19 15.32 0.49 0.63
Hex CF 89 71 0 22 2D 13 F 31 3F
Octal 317 211 161 0 42 55 23 17 61 77
Binary 11001111 10001001 1110001 0 100010 101101 10011 1111 110001 111111

Color Harmonies of #CF8971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8971

Black with #CF8971

Text Example


Text Example

White with #CF8971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8971; }

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

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

background-color css

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

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

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

border-color css

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

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

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