Html Css Color HEX #C06C95 Hopbush

📋 copy color: '#C06C95'

red 192 ◦ green 108 ◦ blue 149

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

Shades of Hopbush #C06C95

Tints of Hopbush #C06C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.05%

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

R = 42.76%
G = 24.05%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C06C95 (or 0xC06C95) is known color: Hopbush. HEX triplet: C0, 6C and 95. RGB value is (192,108,149). Sum of RGB (Red+Green+Blue) = 192+108+149=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C95 is #3F936A. Grayscale: #898989. Windows color (decimal): -4166507 or 9792704. OLE color: 9792704.

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

Color convert

RGB 192 108 149 -
CMYK 0 0.44 0.22 0.25
HSL 330.71º 0.4% 0.59% -
HSV(B) 330.71º 0.44% 0.75% -
XYZ 32.53 24.1 31.37 -
YUV 137.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 192 108 149 0 0.44 0.22 0.25 330.71 0.4 0.59
Hex C0 6C 95 0 2C 16 19 14B 28 3B
Octal 300 154 225 0 54 26 31 513 50 73
Binary 11000000 1101100 10010101 0 101100 10110 11001 101001011 101000 111011

Color Harmonies of #C06C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C95

Black with #C06C95

Text Example


Text Example

White with #C06C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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