#CD8F70

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

Shades of Feldspar #CD8F70

Tints of Feldspar #CD8F70

Color information

#CD8F70 (or 0xCD8F70) is unknown color: approx Feldspar. HEX triplet: CD, 8F and 70. RGB value is (205,143,112). Sum of RGB (Red+Green+Blue) = 205+143+112=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F70 is #32708F. Grayscale: #9E9E9E. Windows color (decimal): -3305616 or 7376845. OLE color: 7376845.

HSL color Cylindrical-coordinate representation of color #CD8F70: hue angle of 20º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD8F70 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB205143112-
CMYK00.300.450.20
HSL20º48.19%62.16%-
HSV(B)20º45.37%80.39%-
XYZ37.9233.7919.85-
YUV158102.04161.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 112 (44.14% from 255) = 24.35%
R=44.57%
G=31.09%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514311200.300.450.202048.1962.16
HexCD8F7001E2D1414303e
Octal3152171600365524246076
Binary110011011000111111100000111101011011010010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8F70; }

 p { color: rgb(205,143,112); }

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

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

 a { background-color: rgb(205,143,112); }

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

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

 span { border-color: rgb(205,143,112); }

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