Html Css Color HEX #C07E83 Charm

📋 copy color: '#C07E83'

red 192 ◦ green 126 ◦ blue 131

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

Shades of Charm #C07E83

Tints of Charm #C07E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.18%

R = 42.76%
G = 28.06%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C07E83 (or 0xC07E83) is known color: Charm. HEX triplet: C0, 7E and 83. RGB value is (192,126,131). Sum of RGB (Red+Green+Blue) = 192+126+131=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07E83 is #3F817C. Grayscale: #929292. Windows color (decimal): -4161917 or 8617664. OLE color: 8617664.

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

Color convert

RGB 192 126 131 -
CMYK 0 0.34 0.32 0.25
HSL 355.45º 0.34% 0.62% -
HSV(B) 355.45º 0.34% 0.75% -
XYZ 33.3 27.77 25.08 -
YUV 146.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 192 126 131 0 0.34 0.32 0.25 355.45 0.34 0.62
Hex C0 7E 83 0 22 20 19 163 22 3E
Octal 300 176 203 0 42 40 31 543 42 76
Binary 11000000 1111110 10000011 0 100010 100000 11001 101100011 100010 111110

Color Harmonies of #C07E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E83

Black with #C07E83

Text Example


Text Example

White with #C07E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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