Html Css Color HEX #C10565 Jazzberry Jam

📋 copy color: '#C10565'

red 193 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #C10565

Tints of Jazzberry Jam #C10565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.78%

R = 64.55%
G = 1.67%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C10565 (or 0xC10565) is known color: Jazzberry Jam. HEX triplet: C1, 05 and 65. RGB value is (193,5,101). Sum of RGB (Red+Green+Blue) = 193+5+101=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C10565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10565 is #3EFA9A. Grayscale: #474747. Windows color (decimal): -4127387 or 6620609. OLE color: 6620609.

HSL color Cylindrical-coordinate representation of color #C10565: hue angle of 329.36º 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 #C10565 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 101 -
CMYK 0 0.97 0.48 0.24
HSL 329.36º 0.95% 0.39% -
HSV(B) 329.36º 0.97% 0.76% -
XYZ 24.4 12.39 13.42 -
YUV 72.16 144.28 214.19 -
System Red Green Blue C M Y K H S L
Decimal 193 5 101 0 0.97 0.48 0.24 329.36 0.95 0.39
Hex C1 5 65 0 61 30 18 149 5F 27
Octal 301 5 145 0 141 60 30 511 137 47
Binary 11000001 101 1100101 0 1100001 110000 11000 101001001 1011111 100111

Color Harmonies of #C10565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10565

Black with #C10565

Text Example


Text Example

White with #C10565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10565; }

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

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

background-color css

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

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

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

border-color css

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

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

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