Html Css Color HEX #CD987C Feldspar

📋 copy color: '#CD987C'

red 205 ◦ green 152 ◦ blue 124

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

Shades of Feldspar #CD987C

Tints of Feldspar #CD987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.6%

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

R = 42.62%
G = 31.6%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD987C (or 0xCD987C) is known color: Feldspar. HEX triplet: CD, 98 and 7C. RGB value is (205,152,124). Sum of RGB (Red+Green+Blue) = 205+152+124=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD987C is #326783. Grayscale: #A4A4A4. Windows color (decimal): -3303300 or 8165581. OLE color: 8165581.

HSL color Cylindrical-coordinate representation of color #CD987C: hue angle of 20.74º 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 #CD987C is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 152 124 -
CMYK 0 0.26 0.40 0.20
HSL 20.74º 0.45% 0.65% -
HSV(B) 20.74º 0.4% 0.8% -
XYZ 40.04 36.89 24.08 -
YUV 164.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 205 152 124 0 0.26 0.40 0.20 20.74 0.45 0.65
Hex CD 98 7C 0 1A 28 14 15 2D 41
Octal 315 230 174 0 32 50 24 25 55 101
Binary 11001101 10011000 1111100 0 11010 101000 10100 10101 101101 1000001

Color Harmonies of #CD987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD987C

Black with #CD987C

Text Example


Text Example

White with #CD987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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