Html Css Color HEX #C48A8D Puce

📋 copy color: '#C48A8D'

red 196 ◦ green 138 ◦ blue 141

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

Shades of Puce #C48A8D

Tints of Puce #C48A8D

RGB

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

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

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

R = 41.26%
G = 29.05%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C48A8D (or 0xC48A8D) is known color: Puce. HEX triplet: C4, 8A and 8D. RGB value is (196,138,141). Sum of RGB (Red+Green+Blue) = 196+138+141=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48A8D is #3B7572. Grayscale: #9B9B9B. Windows color (decimal): -3896691 or 9276100. OLE color: 9276100.

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

Color convert

RGB 196 138 141 -
CMYK 0 0.30 0.28 0.23
HSL 356.9º 0.33% 0.65% -
HSV(B) 356.9º 0.3% 0.77% -
XYZ 36.66 31.84 29.41 -
YUV 155.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 196 138 141 0 0.30 0.28 0.23 356.9 0.33 0.65
Hex C4 8A 8D 0 1E 1C 17 165 21 41
Octal 304 212 215 0 36 34 27 545 41 101
Binary 11000100 10001010 10001101 0 11110 11100 10111 101100101 100001 1000001

Color Harmonies of #C48A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A8D

Black with #C48A8D

Text Example


Text Example

White with #C48A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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