Html Css Color HEX #C48089 Charm

📋 copy color: '#C48089'

red 196 ◦ green 128 ◦ blue 137

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

Shades of Charm #C48089

Tints of Charm #C48089

RGB

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

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

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

R = 42.52%
G = 27.77%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C48089 (or 0xC48089) is known color: Charm. HEX triplet: C4, 80 and 89. RGB value is (196,128,137). Sum of RGB (Red+Green+Blue) = 196+128+137=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C48089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48089 is #3B7F76. Grayscale: #959595. Windows color (decimal): -3899255 or 9011396. OLE color: 9011396.

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

Color convert

RGB 196 128 137 -
CMYK 0 0.35 0.30 0.23
HSL 352.06º 0.37% 0.64% -
HSV(B) 352.06º 0.35% 0.77% -
XYZ 35 28.98 27.42 -
YUV 149.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 196 128 137 0 0.35 0.30 0.23 352.06 0.37 0.64
Hex C4 80 89 0 23 1E 17 160 25 40
Octal 304 200 211 0 43 36 27 540 45 100
Binary 11000100 10000000 10001001 0 100011 11110 10111 101100000 100101 1000000

Color Harmonies of #C48089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48089

Black with #C48089

Text Example


Text Example

White with #C48089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48089; }

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

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

background-color css

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

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

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

border-color css

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

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

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