Html Css Color HEX #C06E96 Hopbush

📋 copy color: '#C06E96'

red 192 ◦ green 110 ◦ blue 150

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

Shades of Hopbush #C06E96

Tints of Hopbush #C06E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.19%

R = 42.48%
G = 24.34%
B = 33.19%

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

#C06E96 (or 0xC06E96) is known color: Hopbush. HEX triplet: C0, 6E and 96. RGB value is (192,110,150). Sum of RGB (Red+Green+Blue) = 192+110+150=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E96 is #3F9169. Grayscale: #8B8B8B. Windows color (decimal): -4165994 or 9858752. OLE color: 9858752.

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

Color convert

RGB 192 110 150 -
CMYK 0 0.43 0.22 0.25
HSL 330.73º 0.39% 0.59% -
HSV(B) 330.73º 0.43% 0.75% -
XYZ 32.82 24.56 31.87 -
YUV 139.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 192 110 150 0 0.43 0.22 0.25 330.73 0.39 0.59
Hex C0 6E 96 0 2B 16 19 14B 27 3B
Octal 300 156 226 0 53 26 31 513 47 73
Binary 11000000 1101110 10010110 0 101011 10110 11001 101001011 100111 111011

Color Harmonies of #C06E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E96

Black with #C06E96

Text Example


Text Example

White with #C06E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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