Html Css Color HEX #CC8D76 Feldspar

📋 copy color: '#CC8D76'

red 204 ◦ green 141 ◦ blue 118

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

Shades of Feldspar #CC8D76

Tints of Feldspar #CC8D76

RGB

 RED value IS 204 (80.08% from 255) = 44.06%

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

 BLUE value IS 118 (46.48% from 255) = 25.49%

R = 44.06%
G = 30.45%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC8D76 (or 0xCC8D76) is known color: Feldspar. HEX triplet: CC, 8D and 76. RGB value is (204,141,118). Sum of RGB (Red+Green+Blue) = 204+141+118=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D76 is #337289. Grayscale: #9D9D9D. Windows color (decimal): -3371658 or 7769548. OLE color: 7769548.

HSL color Cylindrical-coordinate representation of color #CC8D76: hue angle of 16.05º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC8D76 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 141 118 -
CMYK 0 0.31 0.42 0.2
HSL 16.05º 0.46% 0.63% -
HSV(B) 16.05º 0.42% 0.8% -
XYZ 37.7 33.2 21.56 -
YUV 157.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 204 141 118 0 0.31 0.42 0.2 16.05 0.46 0.63
Hex CC 8D 76 0 1F 2A 14 10 2E 3F
Octal 314 215 166 0 37 52 24 20 56 77
Binary 11001100 10001101 1110110 0 11111 101010 10100 10000 101110 111111

Color Harmonies of #CC8D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D76

Black with #CC8D76

Text Example


Text Example

White with #CC8D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D76; }

 p { color: rgb(204,141,118); }

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

background-color css

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

 a { background-color: rgb(204,141,118); }

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

border-color css

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

 span { border-color: rgb(204,141,118); }

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