Html Css Color HEX #C96CA9 Hopbush

📋 copy color: '#C96CA9'

red 201 ◦ green 108 ◦ blue 169

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

Shades of Hopbush #C96CA9

Tints of Hopbush #C96CA9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

 BLUE value IS 169 (66.41% from 255) = 35.36%

R = 42.05%
G = 22.59%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C96CA9 (or 0xC96CA9) is known color: Hopbush. HEX triplet: C9, 6C and A9. RGB value is (201,108,169). Sum of RGB (Red+Green+Blue) = 201+108+169=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96CA9 is #369356. Grayscale: #8E8E8E. Windows color (decimal): -3576663 or 11103433. OLE color: 11103433.

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

Color convert

RGB 201 108 169 -
CMYK 0 0.46 0.16 0.21
HSL 320.65º 0.46% 0.61% -
HSV(B) 320.65º 0.46% 0.79% -
XYZ 36.61 26.01 40.63 -
YUV 142.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 201 108 169 0 0.46 0.16 0.21 320.65 0.46 0.61
Hex C9 6C A9 0 2E 10 15 141 2E 3D
Octal 311 154 251 0 56 20 25 501 56 75
Binary 11001001 1101100 10101001 0 101110 10000 10101 101000001 101110 111101

Color Harmonies of #C96CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CA9

Black with #C96CA9

Text Example


Text Example

White with #C96CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CA9; }

 p { color: rgb(201,108,169); }

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

background-color css

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

 a { background-color: rgb(201,108,169); }

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

border-color css

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

 span { border-color: rgb(201,108,169); }

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