Html Css Color HEX #C96690 Hopbush

📋 copy color: '#C96690'

red 201 ◦ green 102 ◦ blue 144

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

Shades of Hopbush #C96690

Tints of Hopbush #C96690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.21%

R = 44.97%
G = 22.82%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C96690 (or 0xC96690) is known color: Hopbush. HEX triplet: C9, 66 and 90. RGB value is (201,102,144). Sum of RGB (Red+Green+Blue) = 201+102+144=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C96690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96690 is #36996F. Grayscale: #888888. Windows color (decimal): -3578224 or 9463497. OLE color: 9463497.

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

Color convert

RGB 201 102 144 -
CMYK 0 0.49 0.28 0.21
HSL 334.55º 0.48% 0.59% -
HSV(B) 334.55º 0.49% 0.79% -
XYZ 33.87 23.93 29.22 -
YUV 136.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 201 102 144 0 0.49 0.28 0.21 334.55 0.48 0.59
Hex C9 66 90 0 31 1C 15 14F 30 3B
Octal 311 146 220 0 61 34 25 517 60 73
Binary 11001001 1100110 10010000 0 110001 11100 10101 101001111 110000 111011

Color Harmonies of #C96690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96690

Black with #C96690

Text Example


Text Example

White with #C96690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96690; }

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

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

background-color css

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

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

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

border-color css

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

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

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