Html Css Color HEX #CD8870 Feldspar

📋 copy color: '#CD8870'

red 205 ◦ green 136 ◦ blue 112

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

Shades of Feldspar #CD8870

Tints of Feldspar #CD8870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.02%

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

R = 45.25%
G = 30.02%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD8870 (or 0xCD8870) is known color: Feldspar. HEX triplet: CD, 88 and 70. RGB value is (205,136,112). Sum of RGB (Red+Green+Blue) = 205+136+112=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8870 is #32778F. Grayscale: #9A9A9A. Windows color (decimal): -3307408 or 7375053. OLE color: 7375053.

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

Color convert

RGB 205 136 112 -
CMYK 0 0.34 0.45 0.20
HSL 15.48º 0.48% 0.62% -
HSV(B) 15.48º 0.45% 0.8% -
XYZ 36.91 31.76 19.51 -
YUV 153.9 104.36 164.45 -
System Red Green Blue C M Y K H S L
Decimal 205 136 112 0 0.34 0.45 0.20 15.48 0.48 0.62
Hex CD 88 70 0 22 2D 14 F 30 3E
Octal 315 210 160 0 42 55 24 17 60 76
Binary 11001101 10001000 1110000 0 100010 101101 10100 1111 110000 111110

Color Harmonies of #CD8870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8870

Black with #CD8870

Text Example


Text Example

White with #CD8870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8870; }

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

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

background-color css

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

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

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

border-color css

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

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

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