Html Css Color HEX #C17585 Charm

📋 copy color: '#C17585'

red 193 ◦ green 117 ◦ blue 133

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

Shades of Charm #C17585

Tints of Charm #C17585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

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

R = 43.57%
G = 26.41%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C17585 (or 0xC17585) is known color: Charm. HEX triplet: C1, 75 and 85. RGB value is (193,117,133). Sum of RGB (Red+Green+Blue) = 193+117+133=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C17585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17585 is #3E8A7A. Grayscale: #8D8D8D. Windows color (decimal): -4098683 or 8746433. OLE color: 8746433.

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

Color convert

RGB 193 117 133 -
CMYK 0 0.39 0.31 0.24
HSL 347.37º 0.38% 0.61% -
HSV(B) 347.37º 0.39% 0.76% -
XYZ 32.59 25.75 25.44 -
YUV 141.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 193 117 133 0 0.39 0.31 0.24 347.37 0.38 0.61
Hex C1 75 85 0 27 1F 18 15B 26 3D
Octal 301 165 205 0 47 37 30 533 46 75
Binary 11000001 1110101 10000101 0 100111 11111 11000 101011011 100110 111101

Color Harmonies of #C17585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17585

Black with #C17585

Text Example


Text Example

White with #C17585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17585; }

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

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

background-color css

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

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

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

border-color css

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

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

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