Html Css Color HEX #CD987D Feldspar

📋 copy color: '#CD987D'

red 205 ◦ green 152 ◦ blue 125

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

Shades of Feldspar #CD987D

Tints of Feldspar #CD987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.93%

R = 42.53%
G = 31.54%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD987D (or 0xCD987D) is known color: Feldspar. HEX triplet: CD, 98 and 7D. RGB value is (205,152,125). Sum of RGB (Red+Green+Blue) = 205+152+125=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD987D is #326782. Grayscale: #A4A4A4. Windows color (decimal): -3303299 or 8231117. OLE color: 8231117.

HSL color Cylindrical-coordinate representation of color #CD987D: hue angle of 20.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD987D is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 152 125 -
CMYK 0 0.26 0.39 0.20
HSL 20.25º 0.44% 0.65% -
HSV(B) 20.25º 0.39% 0.8% -
XYZ 40.11 36.92 24.41 -
YUV 164.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 205 152 125 0 0.26 0.39 0.20 20.25 0.44 0.65
Hex CD 98 7D 0 1A 27 14 14 2C 41
Octal 315 230 175 0 32 47 24 24 54 101
Binary 11001101 10011000 1111101 0 11010 100111 10100 10100 101100 1000001

Color Harmonies of #CD987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD987D

Black with #CD987D

Text Example


Text Example

White with #CD987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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