Html Css Color HEX #CF8771 Feldspar

📋 copy color: '#CF8771'

red 207 ◦ green 135 ◦ blue 113

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

Shades of Feldspar #CF8771

Tints of Feldspar #CF8771

RGB

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

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

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

R = 45.49%
G = 29.67%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF8771 (or 0xCF8771) is known color: Feldspar. HEX triplet: CF, 87 and 71. RGB value is (207,135,113). Sum of RGB (Red+Green+Blue) = 207+135+113=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8771 is #30788E. Grayscale: #9A9A9A. Windows color (decimal): -3176591 or 7440335. OLE color: 7440335.

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

Color convert

RGB 207 135 113 -
CMYK 0 0.35 0.45 0.19
HSL 14.04º 0.49% 0.63% -
HSV(B) 14.04º 0.45% 0.81% -
XYZ 37.38 31.79 19.79 -
YUV 154.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 207 135 113 0 0.35 0.45 0.19 14.04 0.49 0.63
Hex CF 87 71 0 23 2D 13 E 31 3F
Octal 317 207 161 0 43 55 23 16 61 77
Binary 11001111 10000111 1110001 0 100011 101101 10011 1110 110001 111111

Color Harmonies of #CF8771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8771

Black with #CF8771

Text Example


Text Example

White with #CF8771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8771; }

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

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

background-color css

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

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

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

border-color css

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

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

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