Html Css Color HEX #C063A2 Hopbush

📋 copy color: '#C063A2'

red 192 ◦ green 99 ◦ blue 162

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

Shades of Hopbush #C063A2

Tints of Hopbush #C063A2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.85%

 BLUE value IS 162 (63.67% from 255) = 35.76%

R = 42.38%
G = 21.85%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C063A2 (or 0xC063A2) is known color: Hopbush. HEX triplet: C0, 63 and A2. RGB value is (192,99,162). Sum of RGB (Red+Green+Blue) = 192+99+162=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C063A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C063A2 is #3F9C5D. Grayscale: #858585. Windows color (decimal): -4168798 or 10642368. OLE color: 10642368.

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

Color convert

RGB 192 99 162 -
CMYK 0 0.48 0.16 0.25
HSL 319.35º 0.42% 0.57% -
HSV(B) 319.35º 0.48% 0.75% -
XYZ 32.72 22.74 36.85 -
YUV 133.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 192 99 162 0 0.48 0.16 0.25 319.35 0.42 0.57
Hex C0 63 A2 0 30 10 19 13F 2A 39
Octal 300 143 242 0 60 20 31 477 52 71
Binary 11000000 1100011 10100010 0 110000 10000 11001 100111111 101010 111001

Color Harmonies of #C063A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063A2

Black with #C063A2

Text Example


Text Example

White with #C063A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063A2; }

 p { color: rgb(192,99,162); }

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

background-color css

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

 a { background-color: rgb(192,99,162); }

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

border-color css

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

 span { border-color: rgb(192,99,162); }

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