Html Css Color HEX #CD9471 Feldspar

📋 copy color: '#CD9471'

red 205 ◦ green 148 ◦ blue 113

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

Shades of Feldspar #CD9471

Tints of Feldspar #CD9471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.76%

 BLUE value IS 113 (44.53% from 255) = 24.25%

R = 43.99%
G = 31.76%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD9471 (or 0xCD9471) is known color: Feldspar. HEX triplet: CD, 94 and 71. RGB value is (205,148,113). Sum of RGB (Red+Green+Blue) = 205+148+113=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9471 is #326B8E. Grayscale: #A1A1A1. Windows color (decimal): -3304335 or 7443661. OLE color: 7443661.

HSL color Cylindrical-coordinate representation of color #CD9471: hue angle of 22.83º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD9471 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 148 113 -
CMYK 0 0.28 0.45 0.20
HSL 22.83º 0.48% 0.62% -
HSV(B) 22.83º 0.45% 0.8% -
XYZ 38.75 35.35 20.4 -
YUV 161.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 205 148 113 0 0.28 0.45 0.20 22.83 0.48 0.62
Hex CD 94 71 0 1C 2D 14 17 30 3E
Octal 315 224 161 0 34 55 24 27 60 76
Binary 11001101 10010100 1110001 0 11100 101101 10100 10111 110000 111110

Color Harmonies of #CD9471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9471

Black with #CD9471

Text Example


Text Example

White with #CD9471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9471; }

 p { color: rgb(205,148,113); }

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

background-color css

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

 a { background-color: rgb(205,148,113); }

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

border-color css

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

 span { border-color: rgb(205,148,113); }

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