Html Css Color HEX #C6758B Charm

📋 copy color: '#C6758B'

red 198 ◦ green 117 ◦ blue 139

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

Shades of Charm #C6758B

Tints of Charm #C6758B

RGB

 RED value IS 198 (77.73% from 255) = 43.61%

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

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 43.61%
G = 25.77%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6758B (or 0xC6758B) is known color: Charm. HEX triplet: C6, 75 and 8B. RGB value is (198,117,139). Sum of RGB (Red+Green+Blue) = 198+117+139=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6758B is #398A74. Grayscale: #8F8F8F. Windows color (decimal): -3770997 or 9139654. OLE color: 9139654.

HSL color Cylindrical-coordinate representation of color #C6758B: hue angle of 343.7º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6758B is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 117 139 -
CMYK 0 0.41 0.30 0.22
HSL 343.7º 0.42% 0.62% -
HSV(B) 343.7º 0.41% 0.78% -
XYZ 34.31 26.59 27.75 -
YUV 143.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 198 117 139 0 0.41 0.30 0.22 343.7 0.42 0.62
Hex C6 75 8B 0 29 1E 16 158 2A 3E
Octal 306 165 213 0 51 36 26 530 52 76
Binary 11000110 1110101 10001011 0 101001 11110 10110 101011000 101010 111110

Color Harmonies of #C6758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6758B

Black with #C6758B

Text Example


Text Example

White with #C6758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6758B; }

 p { color: rgb(198,117,139); }

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

background-color css

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

 a { background-color: rgb(198,117,139); }

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

border-color css

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

 span { border-color: rgb(198,117,139); }

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