Html Css Color HEX #C48789 Puce

📋 copy color: '#C48789'

red 196 ◦ green 135 ◦ blue 137

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

Shades of Puce #C48789

Tints of Puce #C48789

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.85%

 BLUE value IS 137 (53.91% from 255) = 29.27%

R = 41.88%
G = 28.85%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C48789 (or 0xC48789) is known color: Puce. HEX triplet: C4, 87 and 89. RGB value is (196,135,137). Sum of RGB (Red+Green+Blue) = 196+135+137=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C48789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48789 is #3B7876. Grayscale: #999999. Windows color (decimal): -3897463 or 9013188. OLE color: 9013188.

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

Color convert

RGB 196 135 137 -
CMYK 0 0.31 0.30 0.23
HSL 358.03º 0.34% 0.65% -
HSV(B) 358.03º 0.31% 0.77% -
XYZ 35.94 30.87 27.73 -
YUV 153.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 196 135 137 0 0.31 0.30 0.23 358.03 0.34 0.65
Hex C4 87 89 0 1F 1E 17 166 22 41
Octal 304 207 211 0 37 36 27 546 42 101
Binary 11000100 10000111 10001001 0 11111 11110 10111 101100110 100010 1000001

Color Harmonies of #C48789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48789

Black with #C48789

Text Example


Text Example

White with #C48789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48789; }

 p { color: rgb(196,135,137); }

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

background-color css

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

 a { background-color: rgb(196,135,137); }

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

border-color css

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

 span { border-color: rgb(196,135,137); }

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