Html Css Color HEX #CC8F76 Feldspar

📋 copy color: '#CC8F76'

red 204 ◦ green 143 ◦ blue 118

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

Shades of Feldspar #CC8F76

Tints of Feldspar #CC8F76

RGB

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

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

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

R = 43.87%
G = 30.75%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC8F76 (or 0xCC8F76) is known color: Feldspar. HEX triplet: CC, 8F and 76. RGB value is (204,143,118). Sum of RGB (Red+Green+Blue) = 204+143+118=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F76 is #337089. Grayscale: #9E9E9E. Windows color (decimal): -3371146 or 7770060. OLE color: 7770060.

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

Color convert

RGB 204 143 118 -
CMYK 0 0.30 0.42 0.2
HSL 17.44º 0.46% 0.63% -
HSV(B) 17.44º 0.42% 0.8% -
XYZ 37.99 33.79 21.66 -
YUV 158.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 204 143 118 0 0.30 0.42 0.2 17.44 0.46 0.63
Hex CC 8F 76 0 1E 2A 14 11 2E 3F
Octal 314 217 166 0 36 52 24 21 56 77
Binary 11001100 10001111 1110110 0 11110 101010 10100 10001 101110 111111

Color Harmonies of #CC8F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F76

Black with #CC8F76

Text Example


Text Example

White with #CC8F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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