Html Css Color HEX #C48B8D Puce

📋 copy color: '#C48B8D'

red 196 ◦ green 139 ◦ blue 141

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

Shades of Puce #C48B8D

Tints of Puce #C48B8D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.2%

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 41.18%
G = 29.2%
B = 29.62%

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

#C48B8D (or 0xC48B8D) is known color: Puce. HEX triplet: C4, 8B and 8D. RGB value is (196,139,141). Sum of RGB (Red+Green+Blue) = 196+139+141=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48B8D is #3B7472. Grayscale: #9C9C9C. Windows color (decimal): -3896435 or 9276356. OLE color: 9276356.

HSL color Cylindrical-coordinate representation of color #C48B8D: hue angle of 357.89º degrees, saturation: 0.33, 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 #C48B8D is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 139 141 -
CMYK 0 0.29 0.28 0.23
HSL 357.89º 0.33% 0.66% -
HSV(B) 357.89º 0.29% 0.77% -
XYZ 36.81 32.12 29.46 -
YUV 156.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 196 139 141 0 0.29 0.28 0.23 357.89 0.33 0.66
Hex C4 8B 8D 0 1D 1C 17 166 21 42
Octal 304 213 215 0 35 34 27 546 41 102
Binary 11000100 10001011 10001101 0 11101 11100 10111 101100110 100001 1000010

Color Harmonies of #C48B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48B8D

Black with #C48B8D

Text Example


Text Example

White with #C48B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48B8D; }

 p { color: rgb(196,139,141); }

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

background-color css

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

 a { background-color: rgb(196,139,141); }

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

border-color css

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

 span { border-color: rgb(196,139,141); }

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