Html Css Color HEX #C06E95 Hopbush

📋 copy color: '#C06E95'

red 192 ◦ green 110 ◦ blue 149

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

Shades of Hopbush #C06E95

Tints of Hopbush #C06E95

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.39%

 BLUE value IS 149 (58.59% from 255) = 33.04%

R = 42.57%
G = 24.39%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C06E95 (or 0xC06E95) is known color: Hopbush. HEX triplet: C0, 6E and 95. RGB value is (192,110,149). Sum of RGB (Red+Green+Blue) = 192+110+149=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E95 is #3F916A. Grayscale: #8A8A8A. Windows color (decimal): -4165995 or 9793216. OLE color: 9793216.

HSL color Cylindrical-coordinate representation of color #C06E95: hue angle of 331.46º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06E95 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 149 -
CMYK 0 0.43 0.22 0.25
HSL 331.46º 0.39% 0.59% -
HSV(B) 331.46º 0.43% 0.75% -
XYZ 32.74 24.53 31.44 -
YUV 138.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 192 110 149 0 0.43 0.22 0.25 331.46 0.39 0.59
Hex C0 6E 95 0 2B 16 19 14B 27 3B
Octal 300 156 225 0 53 26 31 513 47 73
Binary 11000000 1101110 10010101 0 101011 10110 11001 101001011 100111 111011

Color Harmonies of #C06E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E95

Black with #C06E95

Text Example


Text Example

White with #C06E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E95; }

 p { color: rgb(192,110,149); }

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

background-color css

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

 a { background-color: rgb(192,110,149); }

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

border-color css

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

 span { border-color: rgb(192,110,149); }

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