Html Css Color HEX #C18288 Charm

📋 copy color: '#C18288'

red 193 ◦ green 130 ◦ blue 136

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

Shades of Charm #C18288

Tints of Charm #C18288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.32%

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

R = 42.05%
G = 28.32%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C18288 (or 0xC18288) is known color: Charm. HEX triplet: C1, 82 and 88. RGB value is (193,130,136). Sum of RGB (Red+Green+Blue) = 193+130+136=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C18288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18288 is #3E7D77. Grayscale: #959595. Windows color (decimal): -4095352 or 8946369. OLE color: 8946369.

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

Color convert

RGB 193 130 136 -
CMYK 0 0.33 0.30 0.24
HSL 354.29º 0.34% 0.63% -
HSV(B) 354.29º 0.33% 0.76% -
XYZ 34.42 29.08 27.09 -
YUV 149.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 193 130 136 0 0.33 0.30 0.24 354.29 0.34 0.63
Hex C1 82 88 0 21 1E 18 162 22 3F
Octal 301 202 210 0 41 36 30 542 42 77
Binary 11000001 10000010 10001000 0 100001 11110 11000 101100010 100010 111111

Color Harmonies of #C18288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18288

Black with #C18288

Text Example


Text Example

White with #C18288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18288; }

 p { color: rgb(193,130,136); }

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

background-color css

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

 a { background-color: rgb(193,130,136); }

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

border-color css

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

 span { border-color: rgb(193,130,136); }

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