Html Css Color HEX #C18385 Charm

📋 copy color: '#C18385'

red 193 ◦ green 131 ◦ blue 133

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

Shades of Charm #C18385

Tints of Charm #C18385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.67%

 BLUE value IS 133 (52.34% from 255) = 29.1%

R = 42.23%
G = 28.67%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C18385 (or 0xC18385) is known color: Charm. HEX triplet: C1, 83 and 85. RGB value is (193,131,133). Sum of RGB (Red+Green+Blue) = 193+131+133=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C18385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18385 is #3E7C7A. Grayscale: #959595. Windows color (decimal): -4095099 or 8750017. OLE color: 8750017.

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

Color convert

RGB 193 131 133 -
CMYK 0 0.32 0.31 0.24
HSL 358.06º 0.33% 0.64% -
HSV(B) 358.06º 0.32% 0.76% -
XYZ 34.34 29.26 26.03 -
YUV 149.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 193 131 133 0 0.32 0.31 0.24 358.06 0.33 0.64
Hex C1 83 85 0 20 1F 18 166 21 40
Octal 301 203 205 0 40 37 30 546 41 100
Binary 11000001 10000011 10000101 0 100000 11111 11000 101100110 100001 1000000

Color Harmonies of #C18385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18385

Black with #C18385

Text Example


Text Example

White with #C18385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18385; }

 p { color: rgb(193,131,133); }

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

background-color css

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

 a { background-color: rgb(193,131,133); }

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

border-color css

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

 span { border-color: rgb(193,131,133); }

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