Html Css Color HEX #C07990 Charm

📋 copy color: '#C07990'

red 192 ◦ green 121 ◦ blue 144

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

Shades of Charm #C07990

Tints of Charm #C07990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.48%

 BLUE value IS 144 (56.64% from 255) = 31.51%

R = 42.01%
G = 26.48%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C07990 (or 0xC07990) is known color: Charm. HEX triplet: C0, 79 and 90. RGB value is (192,121,144). Sum of RGB (Red+Green+Blue) = 192+121+144=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C07990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07990 is #3F866F. Grayscale: #909090. Windows color (decimal): -4163184 or 9468352. OLE color: 9468352.

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

Color convert

RGB 192 121 144 -
CMYK 0 0.37 0.25 0.25
HSL 340.56º 0.36% 0.61% -
HSV(B) 340.56º 0.37% 0.75% -
XYZ 33.61 26.89 29.81 -
YUV 144.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 192 121 144 0 0.37 0.25 0.25 340.56 0.36 0.61
Hex C0 79 90 0 25 19 19 155 24 3D
Octal 300 171 220 0 45 31 31 525 44 75
Binary 11000000 1111001 10010000 0 100101 11001 11001 101010101 100100 111101

Color Harmonies of #C07990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07990

Black with #C07990

Text Example


Text Example

White with #C07990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07990; }

 p { color: rgb(192,121,144); }

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

background-color css

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

 a { background-color: rgb(192,121,144); }

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

border-color css

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

 span { border-color: rgb(192,121,144); }

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