Html Css Color HEX #CC9374 Feldspar

📋 copy color: '#CC9374'

red 204 ◦ green 147 ◦ blue 116

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

Shades of Feldspar #CC9374

Tints of Feldspar #CC9374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.84%

R = 43.68%
G = 31.48%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC9374 (or 0xCC9374) is known color: Feldspar. HEX triplet: CC, 93 and 74. RGB value is (204,147,116). Sum of RGB (Red+Green+Blue) = 204+147+116=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9374 is #336C8B. Grayscale: #A0A0A0. Windows color (decimal): -3370124 or 7640012. OLE color: 7640012.

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

Color convert

RGB 204 147 116 -
CMYK 0 0.28 0.43 0.2
HSL 21.14º 0.46% 0.63% -
HSV(B) 21.14º 0.43% 0.8% -
XYZ 38.49 34.97 21.24 -
YUV 160.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 204 147 116 0 0.28 0.43 0.2 21.14 0.46 0.63
Hex CC 93 74 0 1C 2B 14 15 2E 3F
Octal 314 223 164 0 34 53 24 25 56 77
Binary 11001100 10010011 1110100 0 11100 101011 10100 10101 101110 111111

Color Harmonies of #CC9374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9374

Black with #CC9374

Text Example


Text Example

White with #CC9374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9374; }

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

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

background-color css

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

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

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

border-color css

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

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

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