Html Css Color HEX #C17685 Charm

📋 copy color: '#C17685'

red 193 ◦ green 118 ◦ blue 133

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

Shades of Charm #C17685

Tints of Charm #C17685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

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

R = 43.47%
G = 26.58%
B = 29.95%

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

#C17685 (or 0xC17685) is known color: Charm. HEX triplet: C1, 76 and 85. RGB value is (193,118,133). Sum of RGB (Red+Green+Blue) = 193+118+133=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C17685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17685 is #3E897A. Grayscale: #8E8E8E. Windows color (decimal): -4098427 or 8746689. OLE color: 8746689.

HSL color Cylindrical-coordinate representation of color #C17685: hue angle of 348º 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 #C17685 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 118 133 -
CMYK 0 0.39 0.31 0.24
HSL 348º 0.38% 0.61% -
HSV(B) 348º 0.39% 0.76% -
XYZ 32.7 25.99 25.48 -
YUV 142.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 193 118 133 0 0.39 0.31 0.24 348 0.38 0.61
Hex C1 76 85 0 27 1F 18 15C 26 3D
Octal 301 166 205 0 47 37 30 534 46 75
Binary 11000001 1110110 10000101 0 100111 11111 11000 101011100 100110 111101

Color Harmonies of #C17685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17685

Black with #C17685

Text Example


Text Example

White with #C17685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17685; }

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

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

background-color css

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

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

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

border-color css

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

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

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