Html Css Color HEX #C07C8C Charm

📋 copy color: '#C07C8C'

red 192 ◦ green 124 ◦ blue 140

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

Shades of Charm #C07C8C

Tints of Charm #C07C8C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.19%

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

R = 42.11%
G = 27.19%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C07C8C (or 0xC07C8C) is known color: Charm. HEX triplet: C0, 7C and 8C. RGB value is (192,124,140). Sum of RGB (Red+Green+Blue) = 192+124+140=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07C8C is #3F8373. Grayscale: #929292. Windows color (decimal): -4162420 or 9206976. OLE color: 9206976.

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

Color convert

RGB 192 124 140 -
CMYK 0 0.35 0.27 0.25
HSL 345.88º 0.35% 0.62% -
HSV(B) 345.88º 0.35% 0.75% -
XYZ 33.68 27.52 28.35 -
YUV 146.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 192 124 140 0 0.35 0.27 0.25 345.88 0.35 0.62
Hex C0 7C 8C 0 23 1B 19 15A 23 3E
Octal 300 174 214 0 43 33 31 532 43 76
Binary 11000000 1111100 10001100 0 100011 11011 11001 101011010 100011 111110

Color Harmonies of #C07C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C8C

Black with #C07C8C

Text Example


Text Example

White with #C07C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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