Html Css Color HEX #C10062 Jazzberry Jam

📋 copy color: '#C10062'

red 193 ◦ green 0 ◦ blue 98

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

Shades of Jazzberry Jam #C10062

Tints of Jazzberry Jam #C10062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 66.32%
G = 0%
B = 33.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C10062 (or 0xC10062) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 62. RGB value is (193,0,98). Sum of RGB (Red+Green+Blue) = 193+0+98=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C10062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10062 is #3EFF9D. Grayscale: #444444. Windows color (decimal): -4128670 or 6422721. OLE color: 6422721.

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

Color convert

RGB 193 0 98 -
CMYK 0 1 0.49 0.24
HSL 329.53º 1% 0.38% -
HSV(B) 329.53º 1% 0.76% -
XYZ 24.2 12.22 12.64 -
YUV 68.88 144.44 216.53 -
System Red Green Blue C M Y K H S L
Decimal 193 0 98 0 1 0.49 0.24 329.53 1 0.38
Hex C1 0 62 0 64 31 18 14A 64 26
Octal 301 0 142 0 144 61 30 512 144 46
Binary 11000001 0 1100010 0 1100100 110001 11000 101001010 1100100 100110

Color Harmonies of #C10062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10062

Black with #C10062

Text Example


Text Example

White with #C10062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10062; }

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

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

background-color css

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

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

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

border-color css

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

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

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