Html Css Color HEX #C96D9E Hopbush

📋 copy color: '#C96D9E'

red 201 ◦ green 109 ◦ blue 158

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

Shades of Hopbush #C96D9E

Tints of Hopbush #C96D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.76%

R = 42.95%
G = 23.29%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C96D9E (or 0xC96D9E) is known color: Hopbush. HEX triplet: C9, 6D and 9E. RGB value is (201,109,158). Sum of RGB (Red+Green+Blue) = 201+109+158=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D9E is #369261. Grayscale: #8D8D8D. Windows color (decimal): -3576418 or 10382793. OLE color: 10382793.

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

Color convert

RGB 201 109 158 -
CMYK 0 0.46 0.21 0.21
HSL 328.04º 0.46% 0.61% -
HSV(B) 328.04º 0.46% 0.79% -
XYZ 35.73 25.82 35.45 -
YUV 142.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 201 109 158 0 0.46 0.21 0.21 328.04 0.46 0.61
Hex C9 6D 9E 0 2E 15 15 148 2E 3D
Octal 311 155 236 0 56 25 25 510 56 75
Binary 11001001 1101101 10011110 0 101110 10101 10101 101001000 101110 111101

Color Harmonies of #C96D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D9E

Black with #C96D9E

Text Example


Text Example

White with #C96D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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