Html Css Color HEX #C47D92 Puce

📋 copy color: '#C47D92'

red 196 ◦ green 125 ◦ blue 146

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

Shades of Puce #C47D92

Tints of Puce #C47D92

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.77%

 BLUE value IS 146 (57.42% from 255) = 31.26%

R = 41.97%
G = 26.77%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C47D92 (or 0xC47D92) is known color: Puce. HEX triplet: C4, 7D and 92. RGB value is (196,125,146). Sum of RGB (Red+Green+Blue) = 196+125+146=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47D92 is #3B826D. Grayscale: #949494. Windows color (decimal): -3900014 or 9600452. OLE color: 9600452.

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

Color convert

RGB 196 125 146 -
CMYK 0 0.36 0.26 0.23
HSL 342.25º 0.38% 0.63% -
HSV(B) 342.25º 0.36% 0.77% -
XYZ 35.29 28.48 30.83 -
YUV 148.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 196 125 146 0 0.36 0.26 0.23 342.25 0.38 0.63
Hex C4 7D 92 0 24 1A 17 156 26 3F
Octal 304 175 222 0 44 32 27 526 46 77
Binary 11000100 1111101 10010010 0 100100 11010 10111 101010110 100110 111111

Color Harmonies of #C47D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D92

Black with #C47D92

Text Example


Text Example

White with #C47D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D92; }

 p { color: rgb(196,125,146); }

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

background-color css

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

 a { background-color: rgb(196,125,146); }

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

border-color css

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

 span { border-color: rgb(196,125,146); }

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