Html Css Color HEX #CF8C70 Feldspar

📋 copy color: '#CF8C70'

red 207 ◦ green 140 ◦ blue 112

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

Shades of Feldspar #CF8C70

Tints of Feldspar #CF8C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.4%

R = 45.1%
G = 30.5%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF8C70 (or 0xCF8C70) is known color: Feldspar. HEX triplet: CF, 8C and 70. RGB value is (207,140,112). Sum of RGB (Red+Green+Blue) = 207+140+112=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C70 is #30738F. Grayscale: #9D9D9D. Windows color (decimal): -3175312 or 7376079. OLE color: 7376079.

HSL color Cylindrical-coordinate representation of color #CF8C70: hue angle of 17.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF8C70 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 140 112 -
CMYK 0 0.32 0.46 0.19
HSL 17.68º 0.5% 0.63% -
HSV(B) 17.68º 0.46% 0.81% -
XYZ 38.03 33.19 19.73 -
YUV 156.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 207 140 112 0 0.32 0.46 0.19 17.68 0.5 0.63
Hex CF 8C 70 0 20 2E 13 12 32 3F
Octal 317 214 160 0 40 56 23 22 62 77
Binary 11001111 10001100 1110000 0 100000 101110 10011 10010 110010 111111

Color Harmonies of #CF8C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8C70

Black with #CF8C70

Text Example


Text Example

White with #CF8C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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