Html Css Color HEX #CF8773 Feldspar

📋 copy color: '#CF8773'

red 207 ◦ green 135 ◦ blue 115

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

Shades of Feldspar #CF8773

Tints of Feldspar #CF8773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.54%

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

R = 45.3%
G = 29.54%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF8773 (or 0xCF8773) is known color: Feldspar. HEX triplet: CF, 87 and 73. RGB value is (207,135,115). Sum of RGB (Red+Green+Blue) = 207+135+115=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8773 is #30788C. Grayscale: #9A9A9A. Windows color (decimal): -3176589 or 7571407. OLE color: 7571407.

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

Color convert

RGB 207 135 115 -
CMYK 0 0.35 0.44 0.19
HSL 13.04º 0.49% 0.63% -
HSV(B) 13.04º 0.44% 0.81% -
XYZ 37.49 31.83 20.39 -
YUV 154.25 105.85 165.63 -
System Red Green Blue C M Y K H S L
Decimal 207 135 115 0 0.35 0.44 0.19 13.04 0.49 0.63
Hex CF 87 73 0 23 2C 13 D 31 3F
Octal 317 207 163 0 43 54 23 15 61 77
Binary 11001111 10000111 1110011 0 100011 101100 10011 1101 110001 111111

Color Harmonies of #CF8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8773

Black with #CF8773

Text Example


Text Example

White with #CF8773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8773; }

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

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

background-color css

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

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

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

border-color css

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

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

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