#CD8F7A

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

Shades of Feldspar #CD8F7A

Tints of Feldspar #CD8F7A

Color information

#CD8F7A (or 0xCD8F7A) is unknown color: approx Feldspar. HEX triplet: CD, 8F and 7A. RGB value is (205,143,122). Sum of RGB (Red+Green+Blue) = 205+143+122=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F7A is #327085. Grayscale: #9F9F9F. Windows color (decimal): -3305606 or 8032205. OLE color: 8032205.

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

Color convert

RGB205143122-
CMYK00.300.400.20
HSL15.18º45.36%64.12%-
HSV(B)15.18º40.49%80.39%-
XYZ38.5134.0322.95-
YUV159.14107.04160.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.62%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=43.62%
G=30.43%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514312200.300.400.2015.1845.3664.12
HexCD8F7A01E2814f2d40
Octal31521717203650241755100
Binary110011011000111111110100111101010001010011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8F7A; }

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

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

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

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

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

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

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

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