Html Css Color HEX #CC946F Feldspar

📋 copy color: '#CC946F'

red 204 ◦ green 148 ◦ blue 111

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

Shades of Feldspar #CC946F

Tints of Feldspar #CC946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.97%

R = 44.06%
G = 31.97%
B = 23.97%

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

#CC946F (or 0xCC946F) is known color: Feldspar. HEX triplet: CC, 94 and 6F. RGB value is (204,148,111). Sum of RGB (Red+Green+Blue) = 204+148+111=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC946F is #336B90. Grayscale: #A0A0A0. Windows color (decimal): -3369873 or 7312588. OLE color: 7312588.

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

Color convert

RGB 204 148 111 -
CMYK 0 0.27 0.46 0.2
HSL 23.87º 0.48% 0.62% -
HSV(B) 23.87º 0.46% 0.8% -
XYZ 38.36 35.16 19.8 -
YUV 160.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 204 148 111 0 0.27 0.46 0.2 23.87 0.48 0.62
Hex CC 94 6F 0 1B 2E 14 18 30 3E
Octal 314 224 157 0 33 56 24 30 60 76
Binary 11001100 10010100 1101111 0 11011 101110 10100 11000 110000 111110

Color Harmonies of #CC946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC946F

Black with #CC946F

Text Example


Text Example

White with #CC946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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