Html Css Color HEX #C48398 Puce

📋 copy color: '#C48398'

red 196 ◦ green 131 ◦ blue 152

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

Shades of Puce #C48398

Tints of Puce #C48398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.35%

 BLUE value IS 152 (59.77% from 255) = 31.73%

R = 40.92%
G = 27.35%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C48398 (or 0xC48398) is known color: Puce. HEX triplet: C4, 83 and 98. RGB value is (196,131,152). Sum of RGB (Red+Green+Blue) = 196+131+152=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C48398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48398 is #3B7C67. Grayscale: #989898. Windows color (decimal): -3898472 or 9995204. OLE color: 9995204.

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

Color convert

RGB 196 131 152 -
CMYK 0 0.33 0.22 0.23
HSL 340.62º 0.36% 0.64% -
HSV(B) 340.62º 0.33% 0.77% -
XYZ 36.55 30.24 33.62 -
YUV 152.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 196 131 152 0 0.33 0.22 0.23 340.62 0.36 0.64
Hex C4 83 98 0 21 16 17 155 24 40
Octal 304 203 230 0 41 26 27 525 44 100
Binary 11000100 10000011 10011000 0 100001 10110 10111 101010101 100100 1000000

Color Harmonies of #C48398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48398

Black with #C48398

Text Example


Text Example

White with #C48398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48398; }

 p { color: rgb(196,131,152); }

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

background-color css

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

 a { background-color: rgb(196,131,152); }

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

border-color css

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

 span { border-color: rgb(196,131,152); }

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