Html Css Color HEX #C48A93 Puce

📋 copy color: '#C48A93'

red 196 ◦ green 138 ◦ blue 147

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

Shades of Puce #C48A93

Tints of Puce #C48A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.56%

R = 40.75%
G = 28.69%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C48A93 (or 0xC48A93) is known color: Puce. HEX triplet: C4, 8A and 93. RGB value is (196,138,147). Sum of RGB (Red+Green+Blue) = 196+138+147=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48A93 is #3B756C. Grayscale: #9C9C9C. Windows color (decimal): -3896685 or 9669316. OLE color: 9669316.

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

Color convert

RGB 196 138 147 -
CMYK 0 0.30 0.25 0.23
HSL 350.69º 0.33% 0.65% -
HSV(B) 350.69º 0.3% 0.77% -
XYZ 37.12 32.02 31.83 -
YUV 156.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 196 138 147 0 0.30 0.25 0.23 350.69 0.33 0.65
Hex C4 8A 93 0 1E 19 17 15F 21 41
Octal 304 212 223 0 36 31 27 537 41 101
Binary 11000100 10001010 10010011 0 11110 11001 10111 101011111 100001 1000001

Color Harmonies of #C48A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A93

Black with #C48A93

Text Example


Text Example

White with #C48A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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