#CC9377

Color #CC9377 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CC9377

Tints of Feldspar #CC9377

Color information

#CC9377 (or 0xCC9377) is unknown color: approx Feldspar. HEX triplet: CC, 93 and 77. RGB value is (204,147,119). Sum of RGB (Red+Green+Blue) = 204+147+119=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9377 is #336C88. Grayscale: #A1A1A1. Windows color (decimal): -3370121 or 7836620. OLE color: 7836620.

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

Color convert

RGB204147119-
CMYK00.280.420.2
HSL19.76º45.45%63.33%-
HSV(B)19.76º41.67%80%-
XYZ38.6735.0422.18-
YUV160.85104.38158.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 119 (46.88% from 255) = 25.32%
R=43.40%
G=31.28%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414711900.280.420.219.7645.4563.33
HexCC937701C2A14142d3f
Octal3142231670345224245577
Binary110011001001001111101110111001010101010010100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9377; }

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

 H1.HeaderClassName
 {
   color: #CC9377;
 }
 .AnyTagClassName
 {
   color: #CC9377;
 }
</style>
background-color css

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

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

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

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

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

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