Html Css Color HEX #C06593 Hopbush

📋 copy color: '#C06593'

red 192 ◦ green 101 ◦ blue 147

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

Shades of Hopbush #C06593

Tints of Hopbush #C06593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.95%

 BLUE value IS 147 (57.81% from 255) = 33.41%

R = 43.64%
G = 22.95%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C06593 (or 0xC06593) is known color: Hopbush. HEX triplet: C0, 65 and 93. RGB value is (192,101,147). Sum of RGB (Red+Green+Blue) = 192+101+147=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C06593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06593 is #3F9A6C. Grayscale: #858585. Windows color (decimal): -4168301 or 9659840. OLE color: 9659840.

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

Color convert

RGB 192 101 147 -
CMYK 0 0.47 0.23 0.25
HSL 329.67º 0.42% 0.57% -
HSV(B) 329.67º 0.47% 0.75% -
XYZ 31.66 22.62 30.3 -
YUV 133.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 192 101 147 0 0.47 0.23 0.25 329.67 0.42 0.57
Hex C0 65 93 0 2F 17 19 14A 2A 39
Octal 300 145 223 0 57 27 31 512 52 71
Binary 11000000 1100101 10010011 0 101111 10111 11001 101001010 101010 111001

Color Harmonies of #C06593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06593

Black with #C06593

Text Example


Text Example

White with #C06593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06593; }

 p { color: rgb(192,101,147); }

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

background-color css

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

 a { background-color: rgb(192,101,147); }

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

border-color css

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

 span { border-color: rgb(192,101,147); }

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