Html Css Color HEX #CC9376 Feldspar

📋 copy color: '#CC9376'

red 204 ◦ green 147 ◦ blue 118

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

Shades of Feldspar #CC9376

Tints of Feldspar #CC9376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.34%

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

R = 43.5%
G = 31.34%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC9376 (or 0xCC9376) is known color: Feldspar. HEX triplet: CC, 93 and 76. RGB value is (204,147,118). Sum of RGB (Red+Green+Blue) = 204+147+118=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9376 is #336C89. Grayscale: #A0A0A0. Windows color (decimal): -3370122 or 7771084. OLE color: 7771084.

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

Color convert

RGB 204 147 118 -
CMYK 0 0.28 0.42 0.2
HSL 20.23º 0.46% 0.63% -
HSV(B) 20.23º 0.42% 0.8% -
XYZ 38.61 35.01 21.86 -
YUV 160.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 204 147 118 0 0.28 0.42 0.2 20.23 0.46 0.63
Hex CC 93 76 0 1C 2A 14 14 2E 3F
Octal 314 223 166 0 34 52 24 24 56 77
Binary 11001100 10010011 1110110 0 11100 101010 10100 10100 101110 111111

Color Harmonies of #CC9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9376

Black with #CC9376

Text Example


Text Example

White with #CC9376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9376; }

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

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

background-color css

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

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

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

border-color css

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

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

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