Html Css Color HEX #CD8C72 Feldspar

📋 copy color: '#CD8C72'

red 205 ◦ green 140 ◦ blue 114

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

Shades of Feldspar #CD8C72

Tints of Feldspar #CD8C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.84%

R = 44.66%
G = 30.5%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD8C72 (or 0xCD8C72) is known color: Feldspar. HEX triplet: CD, 8C and 72. RGB value is (205,140,114). Sum of RGB (Red+Green+Blue) = 205+140+114=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C72 is #32738D. Grayscale: #9C9C9C. Windows color (decimal): -3306382 or 7507149. OLE color: 7507149.

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

Color convert

RGB 205 140 114 -
CMYK 0 0.32 0.44 0.20
HSL 17.14º 0.48% 0.63% -
HSV(B) 17.14º 0.44% 0.8% -
XYZ 37.59 32.95 20.3 -
YUV 156.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 205 140 114 0 0.32 0.44 0.20 17.14 0.48 0.63
Hex CD 8C 72 0 20 2C 14 11 30 3F
Octal 315 214 162 0 40 54 24 21 60 77
Binary 11001101 10001100 1110010 0 100000 101100 10100 10001 110000 111111

Color Harmonies of #CD8C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C72

Black with #CD8C72

Text Example


Text Example

White with #CD8C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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