Html Css Color HEX #C06996 Hopbush

📋 copy color: '#C06996'

red 192 ◦ green 105 ◦ blue 150

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

Shades of Hopbush #C06996

Tints of Hopbush #C06996

RGB

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

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

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

R = 42.95%
G = 23.49%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C06996 (or 0xC06996) is known color: Hopbush. HEX triplet: C0, 69 and 96. RGB value is (192,105,150). Sum of RGB (Red+Green+Blue) = 192+105+150=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C06996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06996 is #3F9669. Grayscale: #888888. Windows color (decimal): -4167274 or 9857472. OLE color: 9857472.

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

Color convert

RGB 192 105 150 -
CMYK 0 0.45 0.22 0.25
HSL 328.97º 0.41% 0.58% -
HSV(B) 328.97º 0.45% 0.75% -
XYZ 32.29 23.51 31.69 -
YUV 136.14 135.82 167.84 -
System Red Green Blue C M Y K H S L
Decimal 192 105 150 0 0.45 0.22 0.25 328.97 0.41 0.58
Hex C0 69 96 0 2D 16 19 149 29 3A
Octal 300 151 226 0 55 26 31 511 51 72
Binary 11000000 1101001 10010110 0 101101 10110 11001 101001001 101001 111010

Color Harmonies of #C06996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06996

Black with #C06996

Text Example


Text Example

White with #C06996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06996; }

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

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

background-color css

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

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

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

border-color css

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

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

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