Html Css Color HEX #C10355 Jazzberry Jam

📋 copy color: '#C10355'

red 193 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #C10355

Tints of Jazzberry Jam #C10355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 85 (33.59% from 255) = 30.25%

R = 68.68%
G = 1.07%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C10355 (or 0xC10355) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 55. RGB value is (193,3,85). Sum of RGB (Red+Green+Blue) = 193+3+85=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C10355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10355 is #3EFCAA. Grayscale: #454545. Windows color (decimal): -4127915 or 5571521. OLE color: 5571521.

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

Color convert

RGB 193 3 85 -
CMYK 0 0.98 0.56 0.24
HSL 334.11º 0.97% 0.38% -
HSV(B) 334.11º 0.98% 0.76% -
XYZ 23.66 12.06 9.67 -
YUV 69.16 136.95 216.33 -
System Red Green Blue C M Y K H S L
Decimal 193 3 85 0 0.98 0.56 0.24 334.11 0.97 0.38
Hex C1 3 55 0 62 38 18 14E 61 26
Octal 301 3 125 0 142 70 30 516 141 46
Binary 11000001 11 1010101 0 1100010 111000 11000 101001110 1100001 100110

Color Harmonies of #C10355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10355

Black with #C10355

Text Example


Text Example

White with #C10355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10355; }

 p { color: rgb(193,3,85); }

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

background-color css

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

 a { background-color: rgb(193,3,85); }

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

border-color css

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

 span { border-color: rgb(193,3,85); }

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