Html Css Color HEX #CC946E Feldspar

📋 copy color: '#CC946E'

red 204 ◦ green 148 ◦ blue 110

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

Shades of Feldspar #CC946E

Tints of Feldspar #CC946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.03%

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 44.16%
G = 32.03%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC946E (or 0xCC946E) is known color: Feldspar. HEX triplet: CC, 94 and 6E. RGB value is (204,148,110). Sum of RGB (Red+Green+Blue) = 204+148+110=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC946E is #336B91. Grayscale: #A0A0A0. Windows color (decimal): -3369874 or 7247052. OLE color: 7247052.

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

Color convert

RGB 204 148 110 -
CMYK 0 0.27 0.46 0.2
HSL 24.26º 0.48% 0.62% -
HSV(B) 24.26º 0.46% 0.8% -
XYZ 38.31 35.14 19.52 -
YUV 160.41 99.55 159.09 -
System Red Green Blue C M Y K H S L
Decimal 204 148 110 0 0.27 0.46 0.2 24.26 0.48 0.62
Hex CC 94 6E 0 1B 2E 14 18 30 3E
Octal 314 224 156 0 33 56 24 30 60 76
Binary 11001100 10010100 1101110 0 11011 101110 10100 11000 110000 111110

Color Harmonies of #CC946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC946E

Black with #CC946E

Text Example


Text Example

White with #CC946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC946E; }

 p { color: rgb(204,148,110); }

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

background-color css

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

 a { background-color: rgb(204,148,110); }

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

border-color css

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

 span { border-color: rgb(204,148,110); }

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