Html Css Color HEX #CF8B71 Feldspar

📋 copy color: '#CF8B71'

red 207 ◦ green 139 ◦ blue 113

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

Shades of Feldspar #CF8B71

Tints of Feldspar #CF8B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.28%

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

R = 45.1%
G = 30.28%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF8B71 (or 0xCF8B71) is known color: Feldspar. HEX triplet: CF, 8B and 71. RGB value is (207,139,113). Sum of RGB (Red+Green+Blue) = 207+139+113=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B71 is #30748E. Grayscale: #9C9C9C. Windows color (decimal): -3175567 or 7441359. OLE color: 7441359.

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

Color convert

RGB 207 139 113 -
CMYK 0 0.33 0.45 0.19
HSL 16.6º 0.49% 0.63% -
HSV(B) 16.6º 0.45% 0.81% -
XYZ 37.95 32.92 19.98 -
YUV 156.37 103.53 164.11 -
System Red Green Blue C M Y K H S L
Decimal 207 139 113 0 0.33 0.45 0.19 16.6 0.49 0.63
Hex CF 8B 71 0 21 2D 13 11 31 3F
Octal 317 213 161 0 41 55 23 21 61 77
Binary 11001111 10001011 1110001 0 100001 101101 10011 10001 110001 111111

Color Harmonies of #CF8B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B71

Black with #CF8B71

Text Example


Text Example

White with #CF8B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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