Html Css Color HEX #C10065 Jazzberry Jam

📋 copy color: '#C10065'

red 193 ◦ green 0 ◦ blue 101

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

Shades of Jazzberry Jam #C10065

Tints of Jazzberry Jam #C10065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.65%
G = 0%
B = 34.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C10065 (or 0xC10065) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 65. RGB value is (193,0,101). Sum of RGB (Red+Green+Blue) = 193+0+101=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C10065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10065 is #3EFF9A. Grayscale: #454545. Windows color (decimal): -4128667 or 6619329. OLE color: 6619329.

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

Color convert

RGB 193 0 101 -
CMYK 0 1 0.48 0.24
HSL 328.6º 1% 0.38% -
HSV(B) 328.6º 1% 0.76% -
XYZ 24.34 12.28 13.4 -
YUV 69.22 145.94 216.29 -
System Red Green Blue C M Y K H S L
Decimal 193 0 101 0 1 0.48 0.24 328.6 1 0.38
Hex C1 0 65 0 64 30 18 149 64 26
Octal 301 0 145 0 144 60 30 511 144 46
Binary 11000001 0 1100101 0 1100100 110000 11000 101001001 1100100 100110

Color Harmonies of #C10065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10065

Black with #C10065

Text Example


Text Example

White with #C10065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10065; }

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

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

background-color css

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

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

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

border-color css

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

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

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