Html Css Color HEX #CD8A71 Feldspar

📋 copy color: '#CD8A71'

red 205 ◦ green 138 ◦ blue 113

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

Shades of Feldspar #CD8A71

Tints of Feldspar #CD8A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.26%

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

R = 44.96%
G = 30.26%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD8A71 (or 0xCD8A71) is known color: Feldspar. HEX triplet: CD, 8A and 71. RGB value is (205,138,113). Sum of RGB (Red+Green+Blue) = 205+138+113=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8A71 is #32758E. Grayscale: #9B9B9B. Windows color (decimal): -3306895 or 7441101. OLE color: 7441101.

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

Color convert

RGB 205 138 113 -
CMYK 0 0.33 0.45 0.20
HSL 16.3º 0.48% 0.62% -
HSV(B) 16.3º 0.45% 0.8% -
XYZ 37.25 32.35 19.9 -
YUV 155.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 205 138 113 0 0.33 0.45 0.20 16.3 0.48 0.62
Hex CD 8A 71 0 21 2D 14 10 30 3E
Octal 315 212 161 0 41 55 24 20 60 76
Binary 11001101 10001010 1110001 0 100001 101101 10100 10000 110000 111110

Color Harmonies of #CD8A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8A71

Black with #CD8A71

Text Example


Text Example

White with #CD8A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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