Html Css Color HEX #CD8970 Feldspar

📋 copy color: '#CD8970'

red 205 ◦ green 137 ◦ blue 112

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

Shades of Feldspar #CD8970

Tints of Feldspar #CD8970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.18%

 BLUE value IS 112 (44.14% from 255) = 24.67%

R = 45.15%
G = 30.18%
B = 24.67%

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

#CD8970 (or 0xCD8970) is known color: Feldspar. HEX triplet: CD, 89 and 70. RGB value is (205,137,112). Sum of RGB (Red+Green+Blue) = 205+137+112=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8970 is #32768F. Grayscale: #9A9A9A. Windows color (decimal): -3307152 or 7375309. OLE color: 7375309.

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

Color convert

RGB 205 137 112 -
CMYK 0 0.33 0.45 0.20
HSL 16.13º 0.48% 0.62% -
HSV(B) 16.13º 0.45% 0.8% -
XYZ 37.05 32.04 19.56 -
YUV 154.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 205 137 112 0 0.33 0.45 0.20 16.13 0.48 0.62
Hex CD 89 70 0 21 2D 14 10 30 3E
Octal 315 211 160 0 41 55 24 20 60 76
Binary 11001101 10001001 1110000 0 100001 101101 10100 10000 110000 111110

Color Harmonies of #CD8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8970

Black with #CD8970

Text Example


Text Example

White with #CD8970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8970; }

 p { color: rgb(205,137,112); }

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

background-color css

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

 a { background-color: rgb(205,137,112); }

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

border-color css

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

 span { border-color: rgb(205,137,112); }

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