Html Css Color HEX #CC947C Feldspar

📋 copy color: '#CC947C'

red 204 ◦ green 148 ◦ blue 124

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

Shades of Feldspar #CC947C

Tints of Feldspar #CC947C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.05%

R = 42.86%
G = 31.09%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC947C (or 0xCC947C) is known color: Feldspar. HEX triplet: CC, 94 and 7C. RGB value is (204,148,124). Sum of RGB (Red+Green+Blue) = 204+148+124=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC947C is #336B83. Grayscale: #A2A2A2. Windows color (decimal): -3369860 or 8164556. OLE color: 8164556.

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

Color convert

RGB 204 148 124 -
CMYK 0 0.27 0.39 0.2
HSL 18º 0.44% 0.64% -
HSV(B) 18º 0.39% 0.8% -
XYZ 39.13 35.47 23.85 -
YUV 162.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 204 148 124 0 0.27 0.39 0.2 18 0.44 0.64
Hex CC 94 7C 0 1B 27 14 12 2C 40
Octal 314 224 174 0 33 47 24 22 54 100
Binary 11001100 10010100 1111100 0 11011 100111 10100 10010 101100 1000000

Color Harmonies of #CC947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC947C

Black with #CC947C

Text Example


Text Example

White with #CC947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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