Html Css Color HEX #C48188 Charm

📋 copy color: '#C48188'

red 196 ◦ green 129 ◦ blue 136

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

Shades of Charm #C48188

Tints of Charm #C48188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

 BLUE value IS 136 (53.52% from 255) = 29.5%

R = 42.52%
G = 27.98%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C48188 (or 0xC48188) is known color: Charm. HEX triplet: C4, 81 and 88. RGB value is (196,129,136). Sum of RGB (Red+Green+Blue) = 196+129+136=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C48188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48188 is #3B7E77. Grayscale: #959595. Windows color (decimal): -3899000 or 8946116. OLE color: 8946116.

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

Color convert

RGB 196 129 136 -
CMYK 0 0.34 0.31 0.23
HSL 353.73º 0.36% 0.64% -
HSV(B) 353.73º 0.34% 0.77% -
XYZ 35.06 29.21 27.08 -
YUV 149.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 196 129 136 0 0.34 0.31 0.23 353.73 0.36 0.64
Hex C4 81 88 0 22 1F 17 162 24 40
Octal 304 201 210 0 42 37 27 542 44 100
Binary 11000100 10000001 10001000 0 100010 11111 10111 101100010 100100 1000000

Color Harmonies of #C48188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48188

Black with #C48188

Text Example


Text Example

White with #C48188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48188; }

 p { color: rgb(196,129,136); }

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

background-color css

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

 a { background-color: rgb(196,129,136); }

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

border-color css

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

 span { border-color: rgb(196,129,136); }

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