Html Css Color HEX #CF8C71 Feldspar

📋 copy color: '#CF8C71'

red 207 ◦ green 140 ◦ blue 113

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

Shades of Feldspar #CF8C71

Tints of Feldspar #CF8C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.43%

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

R = 45%
G = 30.43%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF8C71 (or 0xCF8C71) is known color: Feldspar. HEX triplet: CF, 8C and 71. RGB value is (207,140,113). Sum of RGB (Red+Green+Blue) = 207+140+113=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C71 is #30738E. Grayscale: #9D9D9D. Windows color (decimal): -3175311 or 7441615. OLE color: 7441615.

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

Color convert

RGB 207 140 113 -
CMYK 0 0.32 0.45 0.19
HSL 17.23º 0.49% 0.63% -
HSV(B) 17.23º 0.45% 0.81% -
XYZ 38.09 33.21 20.03 -
YUV 156.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 207 140 113 0 0.32 0.45 0.19 17.23 0.49 0.63
Hex CF 8C 71 0 20 2D 13 11 31 3F
Octal 317 214 161 0 40 55 23 21 61 77
Binary 11001111 10001100 1110001 0 100000 101101 10011 10001 110001 111111

Color Harmonies of #CF8C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8C71

Black with #CF8C71

Text Example


Text Example

White with #CF8C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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