Html Css Color HEX #C1016A Jazzberry Jam

📋 copy color: '#C1016A'

red 193 ◦ green 1 ◦ blue 106

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

Shades of Jazzberry Jam #C1016A

Tints of Jazzberry Jam #C1016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 64.33%
G = 0.33%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1016A (or 0xC1016A) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 6A. RGB value is (193,1,106). Sum of RGB (Red+Green+Blue) = 193+1+106=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C1016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1016A is #3EFE95. Grayscale: #464646. Windows color (decimal): -4128406 or 6947265. OLE color: 6947265.

HSL color Cylindrical-coordinate representation of color #C1016A: hue angle of 327.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1016A is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 106 -
CMYK 0 0.99 0.45 0.24
HSL 327.19º 0.99% 0.38% -
HSV(B) 327.19º 0.99% 0.76% -
XYZ 24.6 12.4 14.73 -
YUV 70.38 148.11 215.46 -
System Red Green Blue C M Y K H S L
Decimal 193 1 106 0 0.99 0.45 0.24 327.19 0.99 0.38
Hex C1 1 6A 0 63 2D 18 147 63 26
Octal 301 1 152 0 143 55 30 507 143 46
Binary 11000001 1 1101010 0 1100011 101101 11000 101000111 1100011 100110

Color Harmonies of #C1016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1016A

Black with #C1016A

Text Example


Text Example

White with #C1016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1016A; }

 p { color: rgb(193,1,106); }

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

background-color css

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

 a { background-color: rgb(193,1,106); }

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

border-color css

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

 span { border-color: rgb(193,1,106); }

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