Html Css Color HEX #C0788A Charm

📋 copy color: '#C0788A'

red 192 ◦ green 120 ◦ blue 138

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

Shades of Charm #C0788A

Tints of Charm #C0788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.67%

R = 42.67%
G = 26.67%
B = 30.67%

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

#C0788A (or 0xC0788A) is known color: Charm. HEX triplet: C0, 78 and 8A. RGB value is (192,120,138). Sum of RGB (Red+Green+Blue) = 192+120+138=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0788A is #3F8775. Grayscale: #8F8F8F. Windows color (decimal): -4163446 or 9074880. OLE color: 9074880.

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

Color convert

RGB 192 120 138 -
CMYK 0 0.38 0.28 0.25
HSL 345º 0.36% 0.61% -
HSV(B) 345º 0.38% 0.75% -
XYZ 33.04 26.47 27.41 -
YUV 143.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 192 120 138 0 0.38 0.28 0.25 345 0.36 0.61
Hex C0 78 8A 0 26 1C 19 159 24 3D
Octal 300 170 212 0 46 34 31 531 44 75
Binary 11000000 1111000 10001010 0 100110 11100 11001 101011001 100100 111101

Color Harmonies of #C0788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0788A

Black with #C0788A

Text Example


Text Example

White with #C0788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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