Html Css Color HEX #C06296 Hopbush

📋 copy color: '#C06296'

red 192 ◦ green 98 ◦ blue 150

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

Shades of Hopbush #C06296

Tints of Hopbush #C06296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.27%

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

R = 43.64%
G = 22.27%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C06296 (or 0xC06296) is known color: Hopbush. HEX triplet: C0, 62 and 96. RGB value is (192,98,150). Sum of RGB (Red+Green+Blue) = 192+98+150=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C06296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06296 is #3F9D69. Grayscale: #838383. Windows color (decimal): -4169066 or 9855680. OLE color: 9855680.

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

Color convert

RGB 192 98 150 -
CMYK 0 0.49 0.22 0.25
HSL 326.81º 0.43% 0.57% -
HSV(B) 326.81º 0.49% 0.75% -
XYZ 31.61 22.14 31.46 -
YUV 132.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 192 98 150 0 0.49 0.22 0.25 326.81 0.43 0.57
Hex C0 62 96 0 31 16 19 147 2B 39
Octal 300 142 226 0 61 26 31 507 53 71
Binary 11000000 1100010 10010110 0 110001 10110 11001 101000111 101011 111001

Color Harmonies of #C06296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06296

Black with #C06296

Text Example


Text Example

White with #C06296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06296; }

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

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

background-color css

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

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

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

border-color css

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

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

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