Html Css Color HEX #CC9377 Feldspar

📋 copy color: '#CC9377'

red 204 ◦ green 147 ◦ blue 119

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

Shades of Feldspar #CC9377

Tints of Feldspar #CC9377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 43.4%
G = 31.28%
B = 25.32%

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

#CC9377 (or 0xCC9377) is known color: 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

RGB 204 147 119 -
CMYK 0 0.28 0.42 0.2
HSL 19.76º 0.45% 0.63% -
HSV(B) 19.76º 0.42% 0.8% -
XYZ 38.67 35.04 22.18 -
YUV 160.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 204 147 119 0 0.28 0.42 0.2 19.76 0.45 0.63
Hex CC 93 77 0 1C 2A 14 14 2D 3F
Octal 314 223 167 0 34 52 24 24 55 77
Binary 11001100 10010011 1110111 0 11100 101010 10100 10100 101101 111111

Color Harmonies of #CC9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9377

Black with #CC9377

Text Example


Text Example

White with #CC9377

Text Example


Text Example

HTML Codes & Css Web 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>