Html Css Color HEX #C48990 Puce

📋 copy color: '#C48990'

red 196 ◦ green 137 ◦ blue 144

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

Shades of Puce #C48990

Tints of Puce #C48990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.72%

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 41.09%
G = 28.72%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C48990 (or 0xC48990) is known color: Puce. HEX triplet: C4, 89 and 90. RGB value is (196,137,144). Sum of RGB (Red+Green+Blue) = 196+137+144=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C48990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48990 is #3B766F. Grayscale: #9B9B9B. Windows color (decimal): -3896944 or 9472452. OLE color: 9472452.

HSL color Cylindrical-coordinate representation of color #C48990: hue angle of 352.88º 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 #C48990 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 137 144 -
CMYK 0 0.30 0.27 0.23
HSL 352.88º 0.33% 0.65% -
HSV(B) 352.88º 0.3% 0.77% -
XYZ 36.74 31.64 30.56 -
YUV 155.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 196 137 144 0 0.30 0.27 0.23 352.88 0.33 0.65
Hex C4 89 90 0 1E 1B 17 161 21 41
Octal 304 211 220 0 36 33 27 541 41 101
Binary 11000100 10001001 10010000 0 11110 11011 10111 101100001 100001 1000001

Color Harmonies of #C48990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48990

Black with #C48990

Text Example


Text Example

White with #C48990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48990; }

 p { color: rgb(196,137,144); }

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

background-color css

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

 a { background-color: rgb(196,137,144); }

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

border-color css

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

 span { border-color: rgb(196,137,144); }

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