Html Css Color HEX #C07E8D Charm

📋 copy color: '#C07E8D'

red 192 ◦ green 126 ◦ blue 141

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

Shades of Charm #C07E8D

Tints of Charm #C07E8D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.45%

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

R = 41.83%
G = 27.45%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C07E8D (or 0xC07E8D) is known color: Charm. HEX triplet: C0, 7E and 8D. RGB value is (192,126,141). Sum of RGB (Red+Green+Blue) = 192+126+141=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07E8D is #3F8172. Grayscale: #939393. Windows color (decimal): -4161907 or 9273024. OLE color: 9273024.

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

Color convert

RGB 192 126 141 -
CMYK 0 0.34 0.27 0.25
HSL 346.36º 0.34% 0.62% -
HSV(B) 346.36º 0.34% 0.75% -
XYZ 34.01 28.05 28.82 -
YUV 147.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 192 126 141 0 0.34 0.27 0.25 346.36 0.34 0.62
Hex C0 7E 8D 0 22 1B 19 15A 22 3E
Octal 300 176 215 0 42 33 31 532 42 76
Binary 11000000 1111110 10001101 0 100010 11011 11001 101011010 100010 111110

Color Harmonies of #C07E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E8D

Black with #C07E8D

Text Example


Text Example

White with #C07E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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