Html Css Color HEX #CD8C6F Feldspar

📋 copy color: '#CD8C6F'

red 205 ◦ green 140 ◦ blue 111

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

Shades of Feldspar #CD8C6F

Tints of Feldspar #CD8C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.34%

R = 44.96%
G = 30.7%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD8C6F (or 0xCD8C6F) is known color: Feldspar. HEX triplet: CD, 8C and 6F. RGB value is (205,140,111). Sum of RGB (Red+Green+Blue) = 205+140+111=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C6F is #327390. Grayscale: #9C9C9C. Windows color (decimal): -3306385 or 7310541. OLE color: 7310541.

HSL color Cylindrical-coordinate representation of color #CD8C6F: hue angle of 18.51º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD8C6F is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 140 111 -
CMYK 0 0.32 0.46 0.20
HSL 18.51º 0.48% 0.62% -
HSV(B) 18.51º 0.46% 0.8% -
XYZ 37.42 32.88 19.41 -
YUV 156.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 205 140 111 0 0.32 0.46 0.20 18.51 0.48 0.62
Hex CD 8C 6F 0 20 2E 14 13 30 3E
Octal 315 214 157 0 40 56 24 23 60 76
Binary 11001101 10001100 1101111 0 100000 101110 10100 10011 110000 111110

Color Harmonies of #CD8C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C6F

Black with #CD8C6F

Text Example


Text Example

White with #CD8C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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