Html Css Color HEX #C48692 Puce

📋 copy color: '#C48692'

red 196 ◦ green 134 ◦ blue 146

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

Shades of Puce #C48692

Tints of Puce #C48692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.15%

 BLUE value IS 146 (57.42% from 255) = 30.67%

R = 41.18%
G = 28.15%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C48692 (or 0xC48692) is known color: Puce. HEX triplet: C4, 86 and 92. RGB value is (196,134,146). Sum of RGB (Red+Green+Blue) = 196+134+146=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C48692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48692 is #3B796D. Grayscale: #999999. Windows color (decimal): -3897710 or 9602756. OLE color: 9602756.

HSL color Cylindrical-coordinate representation of color #C48692: hue angle of 348.39º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C48692 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 146 -
CMYK 0 0.32 0.26 0.23
HSL 348.39º 0.34% 0.65% -
HSV(B) 348.39º 0.32% 0.77% -
XYZ 36.48 30.86 31.23 -
YUV 153.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 196 134 146 0 0.32 0.26 0.23 348.39 0.34 0.65
Hex C4 86 92 0 20 1A 17 15C 22 41
Octal 304 206 222 0 40 32 27 534 42 101
Binary 11000100 10000110 10010010 0 100000 11010 10111 101011100 100010 1000001

Color Harmonies of #C48692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48692

Black with #C48692

Text Example


Text Example

White with #C48692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48692; }

 p { color: rgb(196,134,146); }

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

background-color css

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

 a { background-color: rgb(196,134,146); }

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

border-color css

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

 span { border-color: rgb(196,134,146); }

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