Html Css Color HEX #C10D65 Jazzberry Jam

📋 copy color: '#C10D65'

red 193 ◦ green 13 ◦ blue 101

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

Shades of Jazzberry Jam #C10D65

Tints of Jazzberry Jam #C10D65

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.23%

 BLUE value IS 101 (39.84% from 255) = 32.9%

R = 62.87%
G = 4.23%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C10D65 (or 0xC10D65) is known color: Jazzberry Jam. HEX triplet: C1, 0D and 65. RGB value is (193,13,101). Sum of RGB (Red+Green+Blue) = 193+13+101=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10D65 is #3EF29A. Grayscale: #4C4C4C. Windows color (decimal): -4125339 or 6622657. OLE color: 6622657.

HSL color Cylindrical-coordinate representation of color #C10D65: hue angle of 330.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10D65 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 13 101 -
CMYK 0 0.93 0.48 0.24
HSL 330.67º 0.87% 0.4% -
HSV(B) 330.67º 0.93% 0.76% -
XYZ 24.49 12.56 13.45 -
YUV 76.85 141.63 210.84 -
System Red Green Blue C M Y K H S L
Decimal 193 13 101 0 0.93 0.48 0.24 330.67 0.87 0.4
Hex C1 D 65 0 5D 30 18 14B 57 28
Octal 301 15 145 0 135 60 30 513 127 50
Binary 11000001 1101 1100101 0 1011101 110000 11000 101001011 1010111 101000

Color Harmonies of #C10D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10D65

Black with #C10D65

Text Example


Text Example

White with #C10D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10D65; }

 p { color: rgb(193,13,101); }

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

background-color css

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

 a { background-color: rgb(193,13,101); }

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

border-color css

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

 span { border-color: rgb(193,13,101); }

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