Html Css Color HEX #C0788B Charm

📋 copy color: '#C0788B'

red 192 ◦ green 120 ◦ blue 139

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

Shades of Charm #C0788B

Tints of Charm #C0788B

RGB

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

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

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

R = 42.57%
G = 26.61%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0788B (or 0xC0788B) is known color: Charm. HEX triplet: C0, 78 and 8B. RGB value is (192,120,139). Sum of RGB (Red+Green+Blue) = 192+120+139=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0788B is #3F8774. Grayscale: #8F8F8F. Windows color (decimal): -4163445 or 9140416. OLE color: 9140416.

HSL color Cylindrical-coordinate representation of color #C0788B: hue angle of 344.17º 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 #C0788B is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 139 -
CMYK 0 0.38 0.28 0.25
HSL 344.17º 0.36% 0.61% -
HSV(B) 344.17º 0.38% 0.75% -
XYZ 33.11 26.5 27.8 -
YUV 143.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 192 120 139 0 0.38 0.28 0.25 344.17 0.36 0.61
Hex C0 78 8B 0 26 1C 19 158 24 3D
Octal 300 170 213 0 46 34 31 530 44 75
Binary 11000000 1111000 10001011 0 100110 11100 11001 101011000 100100 111101

Color Harmonies of #C0788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0788B

Black with #C0788B

Text Example


Text Example

White with #C0788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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