Html Css Color HEX #CD8D6C Feldspar

📋 copy color: '#CD8D6C'

red 205 ◦ green 141 ◦ blue 108

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

Shades of Feldspar #CD8D6C

Tints of Feldspar #CD8D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.06%

 BLUE value IS 108 (42.58% from 255) = 23.79%

R = 45.15%
G = 31.06%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD8D6C (or 0xCD8D6C) is known color: Feldspar. HEX triplet: CD, 8D and 6C. RGB value is (205,141,108). Sum of RGB (Red+Green+Blue) = 205+141+108=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8D6C is #327293. Grayscale: #9C9C9C. Windows color (decimal): -3306132 or 7114189. OLE color: 7114189.

HSL color Cylindrical-coordinate representation of color #CD8D6C: hue angle of 20.41º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD8D6C is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 141 108 -
CMYK 0 0.31 0.47 0.20
HSL 20.41º 0.49% 0.61% -
HSV(B) 20.41º 0.47% 0.8% -
XYZ 37.41 33.11 18.61 -
YUV 156.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 205 141 108 0 0.31 0.47 0.20 20.41 0.49 0.61
Hex CD 8D 6C 0 1F 2F 14 14 31 3D
Octal 315 215 154 0 37 57 24 24 61 75
Binary 11001101 10001101 1101100 0 11111 101111 10100 10100 110001 111101

Color Harmonies of #CD8D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8D6C

Black with #CD8D6C

Text Example


Text Example

White with #CD8D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8D6C; }

 p { color: rgb(205,141,108); }

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

background-color css

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

 a { background-color: rgb(205,141,108); }

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

border-color css

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

 span { border-color: rgb(205,141,108); }

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