Html Css Color HEX #C07E8A Charm

📋 copy color: '#C07E8A'

red 192 ◦ green 126 ◦ blue 138

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

Shades of Charm #C07E8A

Tints of Charm #C07E8A

RGB

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

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

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

R = 42.11%
G = 27.63%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C07E8A (or 0xC07E8A) is known color: Charm. HEX triplet: C0, 7E and 8A. RGB value is (192,126,138). Sum of RGB (Red+Green+Blue) = 192+126+138=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07E8A is #3F8175. Grayscale: #939393. Windows color (decimal): -4161910 or 9076416. OLE color: 9076416.

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

Color convert

RGB 192 126 138 -
CMYK 0 0.34 0.28 0.25
HSL 349.09º 0.34% 0.62% -
HSV(B) 349.09º 0.34% 0.75% -
XYZ 33.79 27.96 27.66 -
YUV 147.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 192 126 138 0 0.34 0.28 0.25 349.09 0.34 0.62
Hex C0 7E 8A 0 22 1C 19 15D 22 3E
Octal 300 176 212 0 42 34 31 535 42 76
Binary 11000000 1111110 10001010 0 100010 11100 11001 101011101 100010 111110

Color Harmonies of #C07E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E8A

Black with #C07E8A

Text Example


Text Example

White with #C07E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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