Html Css Color HEX #C4848A Puce

📋 copy color: '#C4848A'

red 196 ◦ green 132 ◦ blue 138

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

Shades of Puce #C4848A

Tints of Puce #C4848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.33%

 BLUE value IS 138 (54.3% from 255) = 29.61%

R = 42.06%
G = 28.33%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4848A (or 0xC4848A) is known color: Puce. HEX triplet: C4, 84 and 8A. RGB value is (196,132,138). Sum of RGB (Red+Green+Blue) = 196+132+138=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4848A is #3B7B75. Grayscale: #979797. Windows color (decimal): -3898230 or 9077956. OLE color: 9077956.

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

Color convert

RGB 196 132 138 -
CMYK 0 0.33 0.30 0.23
HSL 354.38º 0.35% 0.64% -
HSV(B) 354.38º 0.33% 0.77% -
XYZ 35.6 30.07 27.97 -
YUV 151.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 196 132 138 0 0.33 0.30 0.23 354.38 0.35 0.64
Hex C4 84 8A 0 21 1E 17 162 23 40
Octal 304 204 212 0 41 36 27 542 43 100
Binary 11000100 10000100 10001010 0 100001 11110 10111 101100010 100011 1000000

Color Harmonies of #C4848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4848A

Black with #C4848A

Text Example


Text Example

White with #C4848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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