Html Css Color HEX #C07C8E Charm

📋 copy color: '#C07C8E'

red 192 ◦ green 124 ◦ blue 142

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

Shades of Charm #C07C8E

Tints of Charm #C07C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31%

R = 41.92%
G = 27.07%
B = 31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C07C8E (or 0xC07C8E) is known color: Charm. HEX triplet: C0, 7C and 8E. RGB value is (192,124,142). Sum of RGB (Red+Green+Blue) = 192+124+142=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07C8E is #3F8371. Grayscale: #929292. Windows color (decimal): -4162418 or 9338048. OLE color: 9338048.

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

Color convert

RGB 192 124 142 -
CMYK 0 0.35 0.26 0.25
HSL 344.12º 0.35% 0.62% -
HSV(B) 344.12º 0.35% 0.75% -
XYZ 33.83 27.57 29.13 -
YUV 146.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 192 124 142 0 0.35 0.26 0.25 344.12 0.35 0.62
Hex C0 7C 8E 0 23 1A 19 158 23 3E
Octal 300 174 216 0 43 32 31 530 43 76
Binary 11000000 1111100 10001110 0 100011 11010 11001 101011000 100011 111110

Color Harmonies of #C07C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C8E

Black with #C07C8E

Text Example


Text Example

White with #C07C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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