Html Css Color HEX #C0788C Charm

📋 copy color: '#C0788C'

red 192 ◦ green 120 ◦ blue 140

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

Shades of Charm #C0788C

Tints of Charm #C0788C

RGB

 RED value IS 192 (75.39% from 255) = 42.48%

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

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

R = 42.48%
G = 26.55%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0788C (or 0xC0788C) is known color: Charm. HEX triplet: C0, 78 and 8C. RGB value is (192,120,140). Sum of RGB (Red+Green+Blue) = 192+120+140=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0788C is #3F8773. Grayscale: #8F8F8F. Windows color (decimal): -4163444 or 9205952. OLE color: 9205952.

HSL color Cylindrical-coordinate representation of color #C0788C: hue angle of 343.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0788C is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 140 -
CMYK 0 0.38 0.27 0.25
HSL 343.33º 0.36% 0.61% -
HSV(B) 343.33º 0.38% 0.75% -
XYZ 33.19 26.53 28.18 -
YUV 143.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 192 120 140 0 0.38 0.27 0.25 343.33 0.36 0.61
Hex C0 78 8C 0 26 1B 19 157 24 3D
Octal 300 170 214 0 46 33 31 527 44 75
Binary 11000000 1111000 10001100 0 100110 11011 11001 101010111 100100 111101

Color Harmonies of #C0788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0788C

Black with #C0788C

Text Example


Text Example

White with #C0788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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