Html Css Color HEX #C96390 Hopbush

📋 copy color: '#C96390'

red 201 ◦ green 99 ◦ blue 144

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

Shades of Hopbush #C96390

Tints of Hopbush #C96390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.3%

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

R = 45.27%
G = 22.3%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C96390 (or 0xC96390) is known color: Hopbush. HEX triplet: C9, 63 and 90. RGB value is (201,99,144). Sum of RGB (Red+Green+Blue) = 201+99+144=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C96390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96390 is #369C6F. Grayscale: #868686. Windows color (decimal): -3578992 or 9462729. OLE color: 9462729.

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

Color convert

RGB 201 99 144 -
CMYK 0 0.51 0.28 0.21
HSL 333.53º 0.49% 0.59% -
HSV(B) 333.53º 0.51% 0.79% -
XYZ 33.58 23.35 29.12 -
YUV 134.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 201 99 144 0 0.51 0.28 0.21 333.53 0.49 0.59
Hex C9 63 90 0 33 1C 15 14E 31 3B
Octal 311 143 220 0 63 34 25 516 61 73
Binary 11001001 1100011 10010000 0 110011 11100 10101 101001110 110001 111011

Color Harmonies of #C96390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96390

Black with #C96390

Text Example


Text Example

White with #C96390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96390; }

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

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

background-color css

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

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

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

border-color css

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

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

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