Html Css Color HEX #C963A0 Hopbush

📋 copy color: '#C963A0'

red 201 ◦ green 99 ◦ blue 160

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

Shades of Hopbush #C963A0

Tints of Hopbush #C963A0

RGB

 RED value IS 201 (78.91% from 255) = 43.7%

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

 BLUE value IS 160 (62.89% from 255) = 34.78%

R = 43.7%
G = 21.52%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C963A0 (or 0xC963A0) is known color: Hopbush. HEX triplet: C9, 63 and A0. RGB value is (201,99,160). Sum of RGB (Red+Green+Blue) = 201+99+160=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C963A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C963A0 is #369C5F. Grayscale: #888888. Windows color (decimal): -3578976 or 10511305. OLE color: 10511305.

HSL color Cylindrical-coordinate representation of color #C963A0: hue angle of 324.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C963A0 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 99 160 -
CMYK 0 0.51 0.20 0.21
HSL 324.12º 0.49% 0.59% -
HSV(B) 324.12º 0.51% 0.79% -
XYZ 34.89 23.88 36.03 -
YUV 136.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 201 99 160 0 0.51 0.20 0.21 324.12 0.49 0.59
Hex C9 63 A0 0 33 14 15 144 31 3B
Octal 311 143 240 0 63 24 25 504 61 73
Binary 11001001 1100011 10100000 0 110011 10100 10101 101000100 110001 111011

Color Harmonies of #C963A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963A0

Black with #C963A0

Text Example


Text Example

White with #C963A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963A0; }

 p { color: rgb(201,99,160); }

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

background-color css

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

 a { background-color: rgb(201,99,160); }

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

border-color css

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

 span { border-color: rgb(201,99,160); }

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