Html Css Color HEX #C48A92 Puce

📋 copy color: '#C48A92'

red 196 ◦ green 138 ◦ blue 146

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

Shades of Puce #C48A92

Tints of Puce #C48A92

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.75%

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

R = 40.83%
G = 28.75%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C48A92 (or 0xC48A92) is known color: Puce. HEX triplet: C4, 8A and 92. RGB value is (196,138,146). Sum of RGB (Red+Green+Blue) = 196+138+146=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48A92 is #3B756D. Grayscale: #9C9C9C. Windows color (decimal): -3896686 or 9603780. OLE color: 9603780.

HSL color Cylindrical-coordinate representation of color #C48A92: hue angle of 351.72º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48A92 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 138 146 -
CMYK 0 0.30 0.26 0.23
HSL 351.72º 0.33% 0.65% -
HSV(B) 351.72º 0.3% 0.77% -
XYZ 37.04 31.99 31.42 -
YUV 156.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 196 138 146 0 0.30 0.26 0.23 351.72 0.33 0.65
Hex C4 8A 92 0 1E 1A 17 160 21 41
Octal 304 212 222 0 36 32 27 540 41 101
Binary 11000100 10001010 10010010 0 11110 11010 10111 101100000 100001 1000001

Color Harmonies of #C48A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A92

Black with #C48A92

Text Example


Text Example

White with #C48A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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