Html Css Color HEX #C07988 Charm

📋 copy color: '#C07988'

red 192 ◦ green 121 ◦ blue 136

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

Shades of Charm #C07988

Tints of Charm #C07988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.29%

R = 42.76%
G = 26.95%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C07988 (or 0xC07988) is known color: Charm. HEX triplet: C0, 79 and 88. RGB value is (192,121,136). Sum of RGB (Red+Green+Blue) = 192+121+136=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C07988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07988 is #3F8677. Grayscale: #8F8F8F. Windows color (decimal): -4163192 or 8944064. OLE color: 8944064.

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

Color convert

RGB 192 121 136 -
CMYK 0 0.37 0.29 0.25
HSL 347.32º 0.36% 0.61% -
HSV(B) 347.32º 0.37% 0.75% -
XYZ 33.02 26.66 26.7 -
YUV 143.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 192 121 136 0 0.37 0.29 0.25 347.32 0.36 0.61
Hex C0 79 88 0 25 1D 19 15B 24 3D
Octal 300 171 210 0 45 35 31 533 44 75
Binary 11000000 1111001 10001000 0 100101 11101 11001 101011011 100100 111101

Color Harmonies of #C07988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07988

Black with #C07988

Text Example


Text Example

White with #C07988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07988; }

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

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

background-color css

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

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

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

border-color css

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

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

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