Html Css Color HEX #C10369 Jazzberry Jam

📋 copy color: '#C10369'

red 193 ◦ green 3 ◦ blue 105

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

Shades of Jazzberry Jam #C10369

Tints of Jazzberry Jam #C10369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 64.12%
G = 1%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C10369 (or 0xC10369) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 69. RGB value is (193,3,105). Sum of RGB (Red+Green+Blue) = 193+3+105=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C10369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10369 is #3EFC96. Grayscale: #474747. Windows color (decimal): -4127895 or 6882241. OLE color: 6882241.

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

Color convert

RGB 193 3 105 -
CMYK 0 0.98 0.46 0.24
HSL 327.79º 0.97% 0.38% -
HSV(B) 327.79º 0.98% 0.76% -
XYZ 24.57 12.42 14.47 -
YUV 71.44 146.95 214.71 -
System Red Green Blue C M Y K H S L
Decimal 193 3 105 0 0.98 0.46 0.24 327.79 0.97 0.38
Hex C1 3 69 0 62 2E 18 148 61 26
Octal 301 3 151 0 142 56 30 510 141 46
Binary 11000001 11 1101001 0 1100010 101110 11000 101001000 1100001 100110

Color Harmonies of #C10369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10369

Black with #C10369

Text Example


Text Example

White with #C10369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10369; }

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

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

background-color css

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

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

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

border-color css

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

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

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