Html Css Color HEX #C48C8E Puce

📋 copy color: '#C48C8E'

red 196 ◦ green 140 ◦ blue 142

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

Shades of Puce #C48C8E

Tints of Puce #C48C8E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.29%

 BLUE value IS 142 (55.86% from 255) = 29.71%

R = 41%
G = 29.29%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C48C8E (or 0xC48C8E) is known color: Puce. HEX triplet: C4, 8C and 8E. RGB value is (196,140,142). Sum of RGB (Red+Green+Blue) = 196+140+142=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48C8E is #3B7371. Grayscale: #9D9D9D. Windows color (decimal): -3896178 or 9342148. OLE color: 9342148.

HSL color Cylindrical-coordinate representation of color #C48C8E: hue angle of 357.86º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48C8E is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 140 142 -
CMYK 0 0.29 0.28 0.23
HSL 357.86º 0.32% 0.66% -
HSV(B) 357.86º 0.29% 0.77% -
XYZ 37.03 32.44 29.9 -
YUV 156.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 196 140 142 0 0.29 0.28 0.23 357.86 0.32 0.66
Hex C4 8C 8E 0 1D 1C 17 166 20 42
Octal 304 214 216 0 35 34 27 546 40 102
Binary 11000100 10001100 10001110 0 11101 11100 10111 101100110 100000 1000010

Color Harmonies of #C48C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C8E

Black with #C48C8E

Text Example


Text Example

White with #C48C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C8E; }

 p { color: rgb(196,140,142); }

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

background-color css

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

 a { background-color: rgb(196,140,142); }

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

border-color css

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

 span { border-color: rgb(196,140,142); }

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