Html Css Color HEX #C96D9F Hopbush

📋 copy color: '#C96D9F'

red 201 ◦ green 109 ◦ blue 159

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

Shades of Hopbush #C96D9F

Tints of Hopbush #C96D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.9%

R = 42.86%
G = 23.24%
B = 33.9%

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

#C96D9F (or 0xC96D9F) is known color: Hopbush. HEX triplet: C9, 6D and 9F. RGB value is (201,109,159). Sum of RGB (Red+Green+Blue) = 201+109+159=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D9F is #369260. Grayscale: #8E8E8E. Windows color (decimal): -3576417 or 10448329. OLE color: 10448329.

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

Color convert

RGB 201 109 159 -
CMYK 0 0.46 0.21 0.21
HSL 327.39º 0.46% 0.61% -
HSV(B) 327.39º 0.46% 0.79% -
XYZ 35.81 25.86 35.9 -
YUV 142.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 201 109 159 0 0.46 0.21 0.21 327.39 0.46 0.61
Hex C9 6D 9F 0 2E 15 15 147 2E 3D
Octal 311 155 237 0 56 25 25 507 56 75
Binary 11001001 1101101 10011111 0 101110 10101 10101 101000111 101110 111101

Color Harmonies of #C96D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D9F

Black with #C96D9F

Text Example


Text Example

White with #C96D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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