Html Css Color HEX #CD8F7C Feldspar

📋 copy color: '#CD8F7C'

red 205 ◦ green 143 ◦ blue 124

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

Shades of Feldspar #CD8F7C

Tints of Feldspar #CD8F7C

RGB

 RED value IS 205 (80.47% from 255) = 43.43%

 GREEN value IS 143 (56.25% from 255) = 30.3%

 BLUE value IS 124 (48.83% from 255) = 26.27%

R = 43.43%
G = 30.3%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD8F7C (or 0xCD8F7C) is known color: Feldspar. HEX triplet: CD, 8F and 7C. RGB value is (205,143,124). Sum of RGB (Red+Green+Blue) = 205+143+124=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F7C is #327083. Grayscale: #9F9F9F. Windows color (decimal): -3305604 or 8163277. OLE color: 8163277.

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

Color convert

RGB 205 143 124 -
CMYK 0 0.30 0.40 0.20
HSL 14.07º 0.45% 0.65% -
HSV(B) 14.07º 0.4% 0.8% -
XYZ 38.64 34.08 23.61 -
YUV 159.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 205 143 124 0 0.30 0.40 0.20 14.07 0.45 0.65
Hex CD 8F 7C 0 1E 28 14 E 2D 41
Octal 315 217 174 0 36 50 24 16 55 101
Binary 11001101 10001111 1111100 0 11110 101000 10100 1110 101101 1000001

Color Harmonies of #CD8F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8F7C

Black with #CD8F7C

Text Example


Text Example

White with #CD8F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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