Html Css Color HEX #C96699 Hopbush

📋 copy color: '#C96699'

red 201 ◦ green 102 ◦ blue 153

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

Shades of Hopbush #C96699

Tints of Hopbush #C96699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.37%

 BLUE value IS 153 (60.16% from 255) = 33.55%

R = 44.08%
G = 22.37%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C96699 (or 0xC96699) is known color: Hopbush. HEX triplet: C9, 66 and 99. RGB value is (201,102,153). Sum of RGB (Red+Green+Blue) = 201+102+153=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C96699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96699 is #369966. Grayscale: #898989. Windows color (decimal): -3578215 or 10053321. OLE color: 10053321.

HSL color Cylindrical-coordinate representation of color #C96699: hue angle of 329.09º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96699 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 102 153 -
CMYK 0 0.49 0.24 0.21
HSL 329.09º 0.48% 0.59% -
HSV(B) 329.09º 0.49% 0.79% -
XYZ 34.59 24.22 32.99 -
YUV 137.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 201 102 153 0 0.49 0.24 0.21 329.09 0.48 0.59
Hex C9 66 99 0 31 18 15 149 30 3B
Octal 311 146 231 0 61 30 25 511 60 73
Binary 11001001 1100110 10011001 0 110001 11000 10101 101001001 110000 111011

Color Harmonies of #C96699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96699

Black with #C96699

Text Example


Text Example

White with #C96699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96699; }

 p { color: rgb(201,102,153); }

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

background-color css

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

 a { background-color: rgb(201,102,153); }

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

border-color css

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

 span { border-color: rgb(201,102,153); }

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