Html Css Color HEX #C1056B Jazzberry Jam

📋 copy color: '#C1056B'

red 193 ◦ green 5 ◦ blue 107

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

Shades of Jazzberry Jam #C1056B

Tints of Jazzberry Jam #C1056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 63.28%
G = 1.64%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1056B (or 0xC1056B) is known color: Jazzberry Jam. HEX triplet: C1, 05 and 6B. RGB value is (193,5,107). Sum of RGB (Red+Green+Blue) = 193+5+107=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1056B is #3EFA94. Grayscale: #484848. Windows color (decimal): -4127381 or 7013825. OLE color: 7013825.

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

Color convert

RGB 193 5 107 -
CMYK 0 0.97 0.45 0.24
HSL 327.45º 0.95% 0.39% -
HSV(B) 327.45º 0.97% 0.76% -
XYZ 24.7 12.51 15.02 -
YUV 72.84 147.28 213.71 -
System Red Green Blue C M Y K H S L
Decimal 193 5 107 0 0.97 0.45 0.24 327.45 0.95 0.39
Hex C1 5 6B 0 61 2D 18 147 5F 27
Octal 301 5 153 0 141 55 30 507 137 47
Binary 11000001 101 1101011 0 1100001 101101 11000 101000111 1011111 100111

Color Harmonies of #C1056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1056B

Black with #C1056B

Text Example


Text Example

White with #C1056B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1056B; }

 p { color: rgb(193,5,107); }

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

background-color css

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

 a { background-color: rgb(193,5,107); }

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

border-color css

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

 span { border-color: rgb(193,5,107); }

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