#CF8B72

Color #CF8B72 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CF8B72

Tints of Feldspar #CF8B72

Color information

#CF8B72 (or 0xCF8B72) is unknown color: approx Feldspar. HEX triplet: CF, 8B and 72. RGB value is (207,139,114). Sum of RGB (Red+Green+Blue) = 207+139+114=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B72 is #30748D. Grayscale: #9C9C9C. Windows color (decimal): -3175566 or 7506895. OLE color: 7506895.

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

Color convert

RGB207139114-
CMYK00.330.450.19
HSL16.13º49.21%62.94%-
HSV(B)16.13º44.93%81.18%-
XYZ3832.9520.28-
YUV156.48104.03164.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45%
GREEN value IS 139 (54.69% from 255) = 30.22%
BLUE value IS 114 (44.92% from 255) = 24.78%
R=45%
G=30.22%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713911400.330.450.1916.1349.2162.94
HexCF8B720212D1310313f
Octal3172131620415523206177
Binary1100111110001011111001001000011011011001110000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8B72; }

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

 H1.HeaderClassName
 {
   color: #CF8B72;
 }
 .AnyTagClassName
 {
   color: #CF8B72;
 }
</style>
background-color css

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

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

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

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

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

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