Html Css Color HEX #CC947F Feldspar

📋 copy color: '#CC947F'

red 204 ◦ green 148 ◦ blue 127

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

Shades of Feldspar #CC947F

Tints of Feldspar #CC947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.51%

R = 42.59%
G = 30.9%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC947F (or 0xCC947F) is known color: Feldspar. HEX triplet: CC, 94 and 7F. RGB value is (204,148,127). Sum of RGB (Red+Green+Blue) = 204+148+127=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC947F is #336B80. Grayscale: #A2A2A2. Windows color (decimal): -3369857 or 8361164. OLE color: 8361164.

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

Color convert

RGB 204 148 127 -
CMYK 0 0.27 0.38 0.2
HSL 16.36º 0.43% 0.65% -
HSV(B) 16.36º 0.38% 0.8% -
XYZ 39.32 35.55 24.87 -
YUV 162.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 204 148 127 0 0.27 0.38 0.2 16.36 0.43 0.65
Hex CC 94 7F 0 1B 26 14 10 2B 41
Octal 314 224 177 0 33 46 24 20 53 101
Binary 11001100 10010100 1111111 0 11011 100110 10100 10000 101011 1000001

Color Harmonies of #CC947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC947F

Black with #CC947F

Text Example


Text Example

White with #CC947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC947F; }

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

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

background-color css

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

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

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

border-color css

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

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

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