Html Css Color HEX #C10152 Jazzberry Jam

📋 copy color: '#C10152'

red 193 ◦ green 1 ◦ blue 82

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

Shades of Jazzberry Jam #C10152

Tints of Jazzberry Jam #C10152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.71%

R = 69.93%
G = 0.36%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C10152 (or 0xC10152) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 52. RGB value is (193,1,82). Sum of RGB (Red+Green+Blue) = 193+1+82=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C10152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10152 is #3EFEAD. Grayscale: #434343. Windows color (decimal): -4128430 or 5374401. OLE color: 5374401.

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

Color convert

RGB 193 1 82 -
CMYK 0 0.99 0.58 0.24
HSL 334.69º 0.99% 0.38% -
HSV(B) 334.69º 0.99% 0.76% -
XYZ 23.53 11.97 9.05 -
YUV 67.64 136.11 217.41 -
System Red Green Blue C M Y K H S L
Decimal 193 1 82 0 0.99 0.58 0.24 334.69 0.99 0.38
Hex C1 1 52 0 63 3A 18 14F 63 26
Octal 301 1 122 0 143 72 30 517 143 46
Binary 11000001 1 1010010 0 1100011 111010 11000 101001111 1100011 100110

Color Harmonies of #C10152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10152

Black with #C10152

Text Example


Text Example

White with #C10152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10152; }

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

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

background-color css

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

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

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

border-color css

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

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

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