Html Css Color HEX #C06693 Hopbush

📋 copy color: '#C06693'

red 192 ◦ green 102 ◦ blue 147

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

Shades of Hopbush #C06693

Tints of Hopbush #C06693

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.13%

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

R = 43.54%
G = 23.13%
B = 33.33%

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

#C06693 (or 0xC06693) is known color: Hopbush. HEX triplet: C0, 66 and 93. RGB value is (192,102,147). Sum of RGB (Red+Green+Blue) = 192+102+147=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C06693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06693 is #3F996C. Grayscale: #858585. Windows color (decimal): -4168045 or 9660096. OLE color: 9660096.

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

Color convert

RGB 192 102 147 -
CMYK 0 0.47 0.23 0.25
HSL 330º 0.42% 0.58% -
HSV(B) 330º 0.47% 0.75% -
XYZ 31.76 22.82 30.33 -
YUV 134.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 192 102 147 0 0.47 0.23 0.25 330 0.42 0.58
Hex C0 66 93 0 2F 17 19 14A 2A 3A
Octal 300 146 223 0 57 27 31 512 52 72
Binary 11000000 1100110 10010011 0 101111 10111 11001 101001010 101010 111010

Color Harmonies of #C06693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06693

Black with #C06693

Text Example


Text Example

White with #C06693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06693; }

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

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

background-color css

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

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

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

border-color css

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

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

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