Html Css Color HEX #C48082 Charm

📋 copy color: '#C48082'

red 196 ◦ green 128 ◦ blue 130

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

Shades of Charm #C48082

Tints of Charm #C48082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.19%

 BLUE value IS 130 (51.17% from 255) = 28.63%

R = 43.17%
G = 28.19%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C48082 (or 0xC48082) is known color: Charm. HEX triplet: C4, 80 and 82. RGB value is (196,128,130). Sum of RGB (Red+Green+Blue) = 196+128+130=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C48082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48082 is #3B7F7D. Grayscale: #949494. Windows color (decimal): -3899262 or 8552644. OLE color: 8552644.

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

Color convert

RGB 196 128 130 -
CMYK 0 0.35 0.34 0.23
HSL 358.24º 0.37% 0.64% -
HSV(B) 358.24º 0.35% 0.77% -
XYZ 34.51 28.79 24.86 -
YUV 148.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 196 128 130 0 0.35 0.34 0.23 358.24 0.37 0.64
Hex C4 80 82 0 23 22 17 166 25 40
Octal 304 200 202 0 43 42 27 546 45 100
Binary 11000100 10000000 10000010 0 100011 100010 10111 101100110 100101 1000000

Color Harmonies of #C48082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48082

Black with #C48082

Text Example


Text Example

White with #C48082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48082; }

 p { color: rgb(196,128,130); }

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

background-color css

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

 a { background-color: rgb(196,128,130); }

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

border-color css

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

 span { border-color: rgb(196,128,130); }

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