Html Css Color HEX #C06999 Hopbush

📋 copy color: '#C06999'

red 192 ◦ green 105 ◦ blue 153

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

Shades of Hopbush #C06999

Tints of Hopbush #C06999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.33%

 BLUE value IS 153 (60.16% from 255) = 34%

R = 42.67%
G = 23.33%
B = 34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C06999 (or 0xC06999) is known color: Hopbush. HEX triplet: C0, 69 and 99. RGB value is (192,105,153). Sum of RGB (Red+Green+Blue) = 192+105+153=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C06999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06999 is #3F9666. Grayscale: #888888. Windows color (decimal): -4167271 or 10054080. OLE color: 10054080.

HSL color Cylindrical-coordinate representation of color #C06999: hue angle of 326.9º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06999 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 105 153 -
CMYK 0 0.45 0.20 0.25
HSL 326.9º 0.41% 0.58% -
HSV(B) 326.9º 0.45% 0.75% -
XYZ 32.54 23.61 32.98 -
YUV 136.49 137.32 167.6 -
System Red Green Blue C M Y K H S L
Decimal 192 105 153 0 0.45 0.20 0.25 326.9 0.41 0.58
Hex C0 69 99 0 2D 14 19 147 29 3A
Octal 300 151 231 0 55 24 31 507 51 72
Binary 11000000 1101001 10011001 0 101101 10100 11001 101000111 101001 111010

Color Harmonies of #C06999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06999

Black with #C06999

Text Example


Text Example

White with #C06999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06999; }

 p { color: rgb(192,105,153); }

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

background-color css

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

 a { background-color: rgb(192,105,153); }

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

border-color css

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

 span { border-color: rgb(192,105,153); }

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