Html Css Color HEX #C10665 Jazzberry Jam

📋 copy color: '#C10665'

red 193 ◦ green 6 ◦ blue 101

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

Shades of Jazzberry Jam #C10665

Tints of Jazzberry Jam #C10665

RGB

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

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

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

R = 64.33%
G = 2%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C10665 (or 0xC10665) is known color: Jazzberry Jam. HEX triplet: C1, 06 and 65. RGB value is (193,6,101). Sum of RGB (Red+Green+Blue) = 193+6+101=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C10665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10665 is #3EF99A. Grayscale: #484848. Windows color (decimal): -4127131 or 6620865. OLE color: 6620865.

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

Color convert

RGB 193 6 101 -
CMYK 0 0.97 0.48 0.24
HSL 329.52º 0.94% 0.39% -
HSV(B) 329.52º 0.97% 0.76% -
XYZ 24.41 12.41 13.42 -
YUV 72.74 143.95 213.78 -
System Red Green Blue C M Y K H S L
Decimal 193 6 101 0 0.97 0.48 0.24 329.52 0.94 0.39
Hex C1 6 65 0 61 30 18 14A 5E 27
Octal 301 6 145 0 141 60 30 512 136 47
Binary 11000001 110 1100101 0 1100001 110000 11000 101001010 1011110 100111

Color Harmonies of #C10665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10665

Black with #C10665

Text Example


Text Example

White with #C10665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10665; }

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

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

background-color css

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

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

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

border-color css

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

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

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