Html Css Color HEX #C96DA0 Hopbush

📋 copy color: '#C96DA0'

red 201 ◦ green 109 ◦ blue 160

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

Shades of Hopbush #C96DA0

Tints of Hopbush #C96DA0

RGB

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

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

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

R = 42.77%
G = 23.19%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C96DA0 (or 0xC96DA0) is known color: Hopbush. HEX triplet: C9, 6D and A0. RGB value is (201,109,160). Sum of RGB (Red+Green+Blue) = 201+109+160=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96DA0 is #36925F. Grayscale: #8E8E8E. Windows color (decimal): -3576416 or 10513865. OLE color: 10513865.

HSL color Cylindrical-coordinate representation of color #C96DA0: hue angle of 326.74º 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 #C96DA0 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 109 160 -
CMYK 0 0.46 0.20 0.21
HSL 326.74º 0.46% 0.61% -
HSV(B) 326.74º 0.46% 0.79% -
XYZ 35.9 25.89 36.36 -
YUV 142.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 201 109 160 0 0.46 0.20 0.21 326.74 0.46 0.61
Hex C9 6D A0 0 2E 14 15 147 2E 3D
Octal 311 155 240 0 56 24 25 507 56 75
Binary 11001001 1101101 10100000 0 101110 10100 10101 101000111 101110 111101

Color Harmonies of #C96DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DA0

Black with #C96DA0

Text Example


Text Example

White with #C96DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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