Html Css Color HEX #CD8C71 Feldspar

📋 copy color: '#CD8C71'

red 205 ◦ green 140 ◦ blue 113

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

Shades of Feldspar #CD8C71

Tints of Feldspar #CD8C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.57%

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

R = 44.76%
G = 30.57%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD8C71 (or 0xCD8C71) is known color: Feldspar. HEX triplet: CD, 8C and 71. RGB value is (205,140,113). Sum of RGB (Red+Green+Blue) = 205+140+113=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C71 is #32738E. Grayscale: #9C9C9C. Windows color (decimal): -3306383 or 7441613. OLE color: 7441613.

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

Color convert

RGB 205 140 113 -
CMYK 0 0.32 0.45 0.20
HSL 17.61º 0.48% 0.62% -
HSV(B) 17.61º 0.45% 0.8% -
XYZ 37.54 32.93 20 -
YUV 156.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 205 140 113 0 0.32 0.45 0.20 17.61 0.48 0.62
Hex CD 8C 71 0 20 2D 14 12 30 3E
Octal 315 214 161 0 40 55 24 22 60 76
Binary 11001101 10001100 1110001 0 100000 101101 10100 10010 110000 111110

Color Harmonies of #CD8C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C71

Black with #CD8C71

Text Example


Text Example

White with #CD8C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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