Html Css Color HEX #CD9978 Feldspar

📋 copy color: '#CD9978'

red 205 ◦ green 153 ◦ blue 120

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

Shades of Feldspar #CD9978

Tints of Feldspar #CD9978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.01%

 BLUE value IS 120 (47.27% from 255) = 25.1%

R = 42.89%
G = 32.01%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CD9978 (or 0xCD9978) is known color: Feldspar. HEX triplet: CD, 99 and 78. RGB value is (205,153,120). Sum of RGB (Red+Green+Blue) = 205+153+120=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9978 is #326687. Grayscale: #A4A4A4. Windows color (decimal): -3303048 or 7903693. OLE color: 7903693.

HSL color Cylindrical-coordinate representation of color #CD9978: hue angle of 23.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD9978 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 153 120 -
CMYK 0 0.25 0.41 0.20
HSL 23.29º 0.46% 0.64% -
HSV(B) 23.29º 0.41% 0.8% -
XYZ 39.96 37.12 22.83 -
YUV 164.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 205 153 120 0 0.25 0.41 0.20 23.29 0.46 0.64
Hex CD 99 78 0 19 29 14 17 2E 40
Octal 315 231 170 0 31 51 24 27 56 100
Binary 11001101 10011001 1111000 0 11001 101001 10100 10111 101110 1000000

Color Harmonies of #CD9978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9978

Black with #CD9978

Text Example


Text Example

White with #CD9978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9978; }

 p { color: rgb(205,153,120); }

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

background-color css

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

 a { background-color: rgb(205,153,120); }

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

border-color css

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

 span { border-color: rgb(205,153,120); }

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