Html Css Color HEX #C16290 Hopbush

📋 copy color: '#C16290'

red 193 ◦ green 98 ◦ blue 144

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

Shades of Hopbush #C16290

Tints of Hopbush #C16290

RGB

 RED value IS 193 (75.78% from 255) = 44.37%

 GREEN value IS 98 (38.67% from 255) = 22.53%

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

R = 44.37%
G = 22.53%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C16290 (or 0xC16290) is known color: Hopbush. HEX triplet: C1, 62 and 90. RGB value is (193,98,144). Sum of RGB (Red+Green+Blue) = 193+98+144=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C16290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16290 is #3E9D6F. Grayscale: #838383. Windows color (decimal): -4103536 or 9462465. OLE color: 9462465.

HSL color Cylindrical-coordinate representation of color #C16290: hue angle of 330.95º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16290 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 98 144 -
CMYK 0 0.49 0.25 0.24
HSL 330.95º 0.43% 0.57% -
HSV(B) 330.95º 0.49% 0.76% -
XYZ 31.39 22.09 28.99 -
YUV 131.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 193 98 144 0 0.49 0.25 0.24 330.95 0.43 0.57
Hex C1 62 90 0 31 19 18 14B 2B 39
Octal 301 142 220 0 61 31 30 513 53 71
Binary 11000001 1100010 10010000 0 110001 11001 11000 101001011 101011 111001

Color Harmonies of #C16290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16290

Black with #C16290

Text Example


Text Example

White with #C16290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16290; }

 p { color: rgb(193,98,144); }

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

background-color css

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

 a { background-color: rgb(193,98,144); }

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

border-color css

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

 span { border-color: rgb(193,98,144); }

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