Html Css Color HEX #CD8F70 Feldspar

📋 copy color: '#CD8F70'

red 205 ◦ green 143 ◦ blue 112

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

Shades of Feldspar #CD8F70

Tints of Feldspar #CD8F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.09%

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

R = 44.57%
G = 31.09%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD8F70 (or 0xCD8F70) is known color: Feldspar. HEX triplet: CD, 8F and 70. RGB value is (205,143,112). Sum of RGB (Red+Green+Blue) = 205+143+112=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F70 is #32708F. Grayscale: #9E9E9E. Windows color (decimal): -3305616 or 7376845. OLE color: 7376845.

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

Color convert

RGB 205 143 112 -
CMYK 0 0.30 0.45 0.20
HSL 20º 0.48% 0.62% -
HSV(B) 20º 0.45% 0.8% -
XYZ 37.92 33.79 19.85 -
YUV 158 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 205 143 112 0 0.30 0.45 0.20 20 0.48 0.62
Hex CD 8F 70 0 1E 2D 14 14 30 3E
Octal 315 217 160 0 36 55 24 24 60 76
Binary 11001101 10001111 1110000 0 11110 101101 10100 10100 110000 111110

Color Harmonies of #CD8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8F70

Black with #CD8F70

Text Example


Text Example

White with #CD8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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