Html Css Color HEX #C96DA3 Hopbush

📋 copy color: '#C96DA3'

red 201 ◦ green 109 ◦ blue 163

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

Shades of Hopbush #C96DA3

Tints of Hopbush #C96DA3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.04%

 BLUE value IS 163 (64.06% from 255) = 34.46%

R = 42.49%
G = 23.04%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C96DA3 (or 0xC96DA3) is known color: Hopbush. HEX triplet: C9, 6D and A3. RGB value is (201,109,163). Sum of RGB (Red+Green+Blue) = 201+109+163=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96DA3 is #36925C. Grayscale: #8E8E8E. Windows color (decimal): -3576413 or 10710473. OLE color: 10710473.

HSL color Cylindrical-coordinate representation of color #C96DA3: hue angle of 324.78º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96DA3 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 109 163 -
CMYK 0 0.46 0.19 0.21
HSL 324.78º 0.46% 0.61% -
HSV(B) 324.78º 0.46% 0.79% -
XYZ 36.17 26 37.76 -
YUV 142.66 139.48 169.61 -
System Red Green Blue C M Y K H S L
Decimal 201 109 163 0 0.46 0.19 0.21 324.78 0.46 0.61
Hex C9 6D A3 0 2E 13 15 145 2E 3D
Octal 311 155 243 0 56 23 25 505 56 75
Binary 11001001 1101101 10100011 0 101110 10011 10101 101000101 101110 111101

Color Harmonies of #C96DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DA3

Black with #C96DA3

Text Example


Text Example

White with #C96DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DA3; }

 p { color: rgb(201,109,163); }

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

background-color css

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

 a { background-color: rgb(201,109,163); }

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

border-color css

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

 span { border-color: rgb(201,109,163); }

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