Html Css Color HEX #C18089 Charm

📋 copy color: '#C18089'

red 193 ◦ green 128 ◦ blue 137

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

Shades of Charm #C18089

Tints of Charm #C18089

RGB

 RED value IS 193 (75.78% from 255) = 42.14%

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

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

R = 42.14%
G = 27.95%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C18089 (or 0xC18089) is known color: Charm. HEX triplet: C1, 80 and 89. RGB value is (193,128,137). Sum of RGB (Red+Green+Blue) = 193+128+137=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C18089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18089 is #3E7F76. Grayscale: #949494. Windows color (decimal): -4095863 or 9011393. OLE color: 9011393.

HSL color Cylindrical-coordinate representation of color #C18089: hue angle of 351.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C18089 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 128 137 -
CMYK 0 0.34 0.29 0.24
HSL 351.69º 0.34% 0.63% -
HSV(B) 351.69º 0.34% 0.76% -
XYZ 34.23 28.58 27.38 -
YUV 148.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 193 128 137 0 0.34 0.29 0.24 351.69 0.34 0.63
Hex C1 80 89 0 22 1D 18 160 22 3F
Octal 301 200 211 0 42 35 30 540 42 77
Binary 11000001 10000000 10001001 0 100010 11101 11000 101100000 100010 111111

Color Harmonies of #C18089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18089

Black with #C18089

Text Example


Text Example

White with #C18089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18089; }

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

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

background-color css

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

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

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

border-color css

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

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

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