Html Css Color HEX #C07C8D Charm

📋 copy color: '#C07C8D'

red 192 ◦ green 124 ◦ blue 141

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

Shades of Charm #C07C8D

Tints of Charm #C07C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 42.01%
G = 27.13%
B = 30.85%

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

#C07C8D (or 0xC07C8D) is known color: Charm. HEX triplet: C0, 7C and 8D. RGB value is (192,124,141). Sum of RGB (Red+Green+Blue) = 192+124+141=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07C8D is #3F8372. Grayscale: #929292. Windows color (decimal): -4162419 or 9272512. OLE color: 9272512.

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

Color convert

RGB 192 124 141 -
CMYK 0 0.35 0.27 0.25
HSL 345º 0.35% 0.62% -
HSV(B) 345º 0.35% 0.75% -
XYZ 33.75 27.54 28.74 -
YUV 146.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 192 124 141 0 0.35 0.27 0.25 345 0.35 0.62
Hex C0 7C 8D 0 23 1B 19 159 23 3E
Octal 300 174 215 0 43 33 31 531 43 76
Binary 11000000 1111100 10001101 0 100011 11011 11001 101011001 100011 111110

Color Harmonies of #C07C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C8D

Black with #C07C8D

Text Example


Text Example

White with #C07C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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