Html Css Color HEX #C96CA8 Hopbush

📋 copy color: '#C96CA8'

red 201 ◦ green 108 ◦ blue 168

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

Shades of Hopbush #C96CA8

Tints of Hopbush #C96CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.22%

R = 42.14%
G = 22.64%
B = 35.22%

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

#C96CA8 (or 0xC96CA8) is known color: Hopbush. HEX triplet: C9, 6C and A8. RGB value is (201,108,168). Sum of RGB (Red+Green+Blue) = 201+108+168=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96CA8 is #369357. Grayscale: #8E8E8E. Windows color (decimal): -3576664 or 11037897. OLE color: 11037897.

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

Color convert

RGB 201 108 168 -
CMYK 0 0.46 0.16 0.21
HSL 321.29º 0.46% 0.61% -
HSV(B) 321.29º 0.46% 0.79% -
XYZ 36.52 25.97 40.13 -
YUV 142.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 201 108 168 0 0.46 0.16 0.21 321.29 0.46 0.61
Hex C9 6C A8 0 2E 10 15 141 2E 3D
Octal 311 154 250 0 56 20 25 501 56 75
Binary 11001001 1101100 10101000 0 101110 10000 10101 101000001 101110 111101

Color Harmonies of #C96CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CA8

Black with #C96CA8

Text Example


Text Example

White with #C96CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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