Html Css Color HEX #C10652 Jazzberry Jam

📋 copy color: '#C10652'

red 193 ◦ green 6 ◦ blue 82

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

Shades of Jazzberry Jam #C10652

Tints of Jazzberry Jam #C10652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 68.68%
G = 2.14%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C10652 (or 0xC10652) is known color: Jazzberry Jam. HEX triplet: C1, 06 and 52. RGB value is (193,6,82). Sum of RGB (Red+Green+Blue) = 193+6+82=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C10652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10652 is #3EF9AD. Grayscale: #464646. Windows color (decimal): -4127150 or 5375681. OLE color: 5375681.

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

Color convert

RGB 193 6 82 -
CMYK 0 0.97 0.58 0.24
HSL 335.62º 0.94% 0.39% -
HSV(B) 335.62º 0.97% 0.76% -
XYZ 23.58 12.08 9.07 -
YUV 70.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 193 6 82 0 0.97 0.58 0.24 335.62 0.94 0.39
Hex C1 6 52 0 61 3A 18 150 5E 27
Octal 301 6 122 0 141 72 30 520 136 47
Binary 11000001 110 1010010 0 1100001 111010 11000 101010000 1011110 100111

Color Harmonies of #C10652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10652

Black with #C10652

Text Example


Text Example

White with #C10652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10652; }

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

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

background-color css

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

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

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

border-color css

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

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

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