Html Css Color HEX #C10154 Jazzberry Jam

📋 copy color: '#C10154'

red 193 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #C10154

Tints of Jazzberry Jam #C10154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 84 (33.2% from 255) = 30.22%

R = 69.42%
G = 0.36%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C10154 (or 0xC10154) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 54. RGB value is (193,1,84). Sum of RGB (Red+Green+Blue) = 193+1+84=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C10154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10154 is #3EFEAB. Grayscale: #434343. Windows color (decimal): -4128428 or 5505473. OLE color: 5505473.

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

Color convert

RGB 193 1 84 -
CMYK 0 0.99 0.56 0.24
HSL 334.06º 0.99% 0.38% -
HSV(B) 334.06º 0.99% 0.76% -
XYZ 23.6 12 9.46 -
YUV 67.87 137.11 217.25 -
System Red Green Blue C M Y K H S L
Decimal 193 1 84 0 0.99 0.56 0.24 334.06 0.99 0.38
Hex C1 1 54 0 63 38 18 14E 63 26
Octal 301 1 124 0 143 70 30 516 143 46
Binary 11000001 1 1010100 0 1100011 111000 11000 101001110 1100011 100110

Color Harmonies of #C10154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10154

Black with #C10154

Text Example


Text Example

White with #C10154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10154; }

 p { color: rgb(193,1,84); }

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

background-color css

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

 a { background-color: rgb(193,1,84); }

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

border-color css

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

 span { border-color: rgb(193,1,84); }

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