Html Css Color HEX #C16CA6 Hopbush

📋 copy color: '#C16CA6'

red 193 ◦ green 108 ◦ blue 166

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

Shades of Hopbush #C16CA6

Tints of Hopbush #C16CA6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.13%

 BLUE value IS 166 (65.23% from 255) = 35.55%

R = 41.33%
G = 23.13%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C16CA6 (or 0xC16CA6) is known color: Hopbush. HEX triplet: C1, 6C and A6. RGB value is (193,108,166). Sum of RGB (Red+Green+Blue) = 193+108+166=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16CA6 is #3E9359. Grayscale: #8B8B8B. Windows color (decimal): -4100954 or 10906817. OLE color: 10906817.

HSL color Cylindrical-coordinate representation of color #C16CA6: hue angle of 319.06º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16CA6 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 108 166 -
CMYK 0 0.44 0.14 0.24
HSL 319.06º 0.41% 0.59% -
HSV(B) 319.06º 0.44% 0.76% -
XYZ 34.24 24.82 39.06 -
YUV 140.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 193 108 166 0 0.44 0.14 0.24 319.06 0.41 0.59
Hex C1 6C A6 0 2C E 18 13F 29 3B
Octal 301 154 246 0 54 16 30 477 51 73
Binary 11000001 1101100 10100110 0 101100 1110 11000 100111111 101001 111011

Color Harmonies of #C16CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16CA6

Black with #C16CA6

Text Example


Text Example

White with #C16CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16CA6; }

 p { color: rgb(193,108,166); }

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

background-color css

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

 a { background-color: rgb(193,108,166); }

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

border-color css

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

 span { border-color: rgb(193,108,166); }

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