Html Css Color HEX #CF8C73 Feldspar

📋 copy color: '#CF8C73'

red 207 ◦ green 140 ◦ blue 115

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

Shades of Feldspar #CF8C73

Tints of Feldspar #CF8C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.89%

R = 44.81%
G = 30.3%
B = 24.89%

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

#CF8C73 (or 0xCF8C73) is known color: Feldspar. HEX triplet: CF, 8C and 73. RGB value is (207,140,115). Sum of RGB (Red+Green+Blue) = 207+140+115=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C73 is #30738C. Grayscale: #9D9D9D. Windows color (decimal): -3175309 or 7572687. OLE color: 7572687.

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

Color convert

RGB 207 140 115 -
CMYK 0 0.32 0.44 0.19
HSL 16.3º 0.49% 0.63% -
HSV(B) 16.3º 0.44% 0.81% -
XYZ 38.2 33.26 20.63 -
YUV 157.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 207 140 115 0 0.32 0.44 0.19 16.3 0.49 0.63
Hex CF 8C 73 0 20 2C 13 10 31 3F
Octal 317 214 163 0 40 54 23 20 61 77
Binary 11001111 10001100 1110011 0 100000 101100 10011 10000 110001 111111

Color Harmonies of #CF8C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8C73

Black with #CF8C73

Text Example


Text Example

White with #CF8C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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