Html Css Color HEX #C47C96 Puce

📋 copy color: '#C47C96'

red 196 ◦ green 124 ◦ blue 150

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

Shades of Puce #C47C96

Tints of Puce #C47C96

RGB

 RED value IS 196 (76.95% from 255) = 41.7%

 GREEN value IS 124 (48.83% from 255) = 26.38%

 BLUE value IS 150 (58.98% from 255) = 31.91%

R = 41.7%
G = 26.38%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C47C96 (or 0xC47C96) is known color: Puce. HEX triplet: C4, 7C and 96. RGB value is (196,124,150). Sum of RGB (Red+Green+Blue) = 196+124+150=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47C96 is #3B8369. Grayscale: #949494. Windows color (decimal): -3900266 or 9862340. OLE color: 9862340.

HSL color Cylindrical-coordinate representation of color #C47C96: hue angle of 338.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47C96 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 124 150 -
CMYK 0 0.37 0.23 0.23
HSL 338.33º 0.38% 0.63% -
HSV(B) 338.33º 0.37% 0.77% -
XYZ 35.48 28.35 32.46 -
YUV 148.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 196 124 150 0 0.37 0.23 0.23 338.33 0.38 0.63
Hex C4 7C 96 0 25 17 17 152 26 3F
Octal 304 174 226 0 45 27 27 522 46 77
Binary 11000100 1111100 10010110 0 100101 10111 10111 101010010 100110 111111

Color Harmonies of #C47C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C96

Black with #C47C96

Text Example


Text Example

White with #C47C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C96; }

 p { color: rgb(196,124,150); }

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

background-color css

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

 a { background-color: rgb(196,124,150); }

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

border-color css

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

 span { border-color: rgb(196,124,150); }

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