Html Css Color HEX #C10264 Jazzberry Jam

📋 copy color: '#C10264'

red 193 ◦ green 2 ◦ blue 100

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

Shades of Jazzberry Jam #C10264

Tints of Jazzberry Jam #C10264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 65.42%
G = 0.68%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C10264 (or 0xC10264) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 64. RGB value is (193,2,100). Sum of RGB (Red+Green+Blue) = 193+2+100=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C10264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10264 is #3EFD9B. Grayscale: #464646. Windows color (decimal): -4128156 or 6554305. OLE color: 6554305.

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

Color convert

RGB 193 2 100 -
CMYK 0 0.99 0.48 0.24
HSL 329.21º 0.98% 0.38% -
HSV(B) 329.21º 0.99% 0.76% -
XYZ 24.31 12.3 13.15 -
YUV 70.28 144.78 215.53 -
System Red Green Blue C M Y K H S L
Decimal 193 2 100 0 0.99 0.48 0.24 329.21 0.98 0.38
Hex C1 2 64 0 63 30 18 149 62 26
Octal 301 2 144 0 143 60 30 511 142 46
Binary 11000001 10 1100100 0 1100011 110000 11000 101001001 1100010 100110

Color Harmonies of #C10264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10264

Black with #C10264

Text Example


Text Example

White with #C10264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10264; }

 p { color: rgb(193,2,100); }

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

background-color css

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

 a { background-color: rgb(193,2,100); }

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

border-color css

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

 span { border-color: rgb(193,2,100); }

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