Html Css Color HEX #C1768E Charm

📋 copy color: '#C1768E'

red 193 ◦ green 118 ◦ blue 142

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

Shades of Charm #C1768E

Tints of Charm #C1768E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.35%

R = 42.6%
G = 26.05%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1768E (or 0xC1768E) is known color: Charm. HEX triplet: C1, 76 and 8E. RGB value is (193,118,142). Sum of RGB (Red+Green+Blue) = 193+118+142=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1768E is #3E8971. Grayscale: #8F8F8F. Windows color (decimal): -4098418 or 9336513. OLE color: 9336513.

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

Color convert

RGB 193 118 142 -
CMYK 0 0.39 0.26 0.24
HSL 340.8º 0.38% 0.61% -
HSV(B) 340.8º 0.39% 0.76% -
XYZ 33.35 26.25 28.9 -
YUV 143.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 193 118 142 0 0.39 0.26 0.24 340.8 0.38 0.61
Hex C1 76 8E 0 27 1A 18 155 26 3D
Octal 301 166 216 0 47 32 30 525 46 75
Binary 11000001 1110110 10001110 0 100111 11010 11000 101010101 100110 111101

Color Harmonies of #C1768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1768E

Black with #C1768E

Text Example


Text Example

White with #C1768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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