Html Css Color HEX #CF8C74 Feldspar

📋 copy color: '#CF8C74'

red 207 ◦ green 140 ◦ blue 116

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

Shades of Feldspar #CF8C74

Tints of Feldspar #CF8C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.05%

R = 44.71%
G = 30.24%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF8C74 (or 0xCF8C74) is known color: Feldspar. HEX triplet: CF, 8C and 74. RGB value is (207,140,116). Sum of RGB (Red+Green+Blue) = 207+140+116=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C74 is #30738B. Grayscale: #9D9D9D. Windows color (decimal): -3175308 or 7638223. OLE color: 7638223.

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

Color convert

RGB 207 140 116 -
CMYK 0 0.32 0.44 0.19
HSL 15.82º 0.49% 0.63% -
HSV(B) 15.82º 0.44% 0.81% -
XYZ 38.26 33.28 20.93 -
YUV 157.3 104.7 163.45 -
System Red Green Blue C M Y K H S L
Decimal 207 140 116 0 0.32 0.44 0.19 15.82 0.49 0.63
Hex CF 8C 74 0 20 2C 13 10 31 3F
Octal 317 214 164 0 40 54 23 20 61 77
Binary 11001111 10001100 1110100 0 100000 101100 10011 10000 110001 111111

Color Harmonies of #CF8C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8C74

Black with #CF8C74

Text Example


Text Example

White with #CF8C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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