Html Css Color HEX #C6788C Charm

📋 copy color: '#C6788C'

red 198 ◦ green 120 ◦ blue 140

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

Shades of Charm #C6788C

Tints of Charm #C6788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.2%

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 43.23%
G = 26.2%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6788C (or 0xC6788C) is known color: Charm. HEX triplet: C6, 78 and 8C. RGB value is (198,120,140). Sum of RGB (Red+Green+Blue) = 198+120+140=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C6788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6788C is #398773. Grayscale: #919191. Windows color (decimal): -3770228 or 9205958. OLE color: 9205958.

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

Color convert

RGB 198 120 140 -
CMYK 0 0.39 0.29 0.22
HSL 344.62º 0.41% 0.62% -
HSV(B) 344.62º 0.39% 0.78% -
XYZ 34.74 27.33 28.26 -
YUV 145.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 198 120 140 0 0.39 0.29 0.22 344.62 0.41 0.62
Hex C6 78 8C 0 27 1D 16 159 29 3E
Octal 306 170 214 0 47 35 26 531 51 76
Binary 11000110 1111000 10001100 0 100111 11101 10110 101011001 101001 111110

Color Harmonies of #C6788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6788C

Black with #C6788C

Text Example


Text Example

White with #C6788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6788C; }

 p { color: rgb(198,120,140); }

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

background-color css

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

 a { background-color: rgb(198,120,140); }

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

border-color css

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

 span { border-color: rgb(198,120,140); }

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