Html Css Color HEX #C96698 Hopbush

📋 copy color: '#C96698'

red 201 ◦ green 102 ◦ blue 152

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

Shades of Hopbush #C96698

Tints of Hopbush #C96698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.41%

R = 44.18%
G = 22.42%
B = 33.41%

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

#C96698 (or 0xC96698) is known color: Hopbush. HEX triplet: C9, 66 and 98. RGB value is (201,102,152). Sum of RGB (Red+Green+Blue) = 201+102+152=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C96698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96698 is #369967. Grayscale: #898989. Windows color (decimal): -3578216 or 9987785. OLE color: 9987785.

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

Color convert

RGB 201 102 152 -
CMYK 0 0.49 0.24 0.21
HSL 329.7º 0.48% 0.59% -
HSV(B) 329.7º 0.49% 0.79% -
XYZ 34.51 24.19 32.56 -
YUV 137.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 201 102 152 0 0.49 0.24 0.21 329.7 0.48 0.59
Hex C9 66 98 0 31 18 15 14A 30 3B
Octal 311 146 230 0 61 30 25 512 60 73
Binary 11001001 1100110 10011000 0 110001 11000 10101 101001010 110000 111011

Color Harmonies of #C96698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96698

Black with #C96698

Text Example


Text Example

White with #C96698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96698; }

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

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

background-color css

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

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

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

border-color css

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

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

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