Html Css Color HEX #C01365 Jazzberry Jam

📋 copy color: '#C01365'

red 192 ◦ green 19 ◦ blue 101

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

Shades of Jazzberry Jam #C01365

Tints of Jazzberry Jam #C01365

RGB

 RED value IS 192 (75.39% from 255) = 61.54%

 GREEN value IS 19 (7.81% from 255) = 6.09%

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

R = 61.54%
G = 6.09%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C01365 (or 0xC01365) is known color: Jazzberry Jam. HEX triplet: C0, 13 and 65. RGB value is (192,19,101). Sum of RGB (Red+Green+Blue) = 192+19+101=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C01365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01365 is #3FEC9A. Grayscale: #4F4F4F. Windows color (decimal): -4189339 or 6624192. OLE color: 6624192.

HSL color Cylindrical-coordinate representation of color #C01365: hue angle of 331.56º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01365 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 101 -
CMYK 0 0.90 0.47 0.25
HSL 331.56º 0.82% 0.41% -
HSV(B) 331.56º 0.9% 0.75% -
XYZ 24.32 12.61 13.46 -
YUV 80.08 139.81 207.83 -
System Red Green Blue C M Y K H S L
Decimal 192 19 101 0 0.90 0.47 0.25 331.56 0.82 0.41
Hex C0 13 65 0 5A 2F 19 14C 52 29
Octal 300 23 145 0 132 57 31 514 122 51
Binary 11000000 10011 1100101 0 1011010 101111 11001 101001100 1010010 101001

Color Harmonies of #C01365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01365

Black with #C01365

Text Example


Text Example

White with #C01365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01365; }

 p { color: rgb(192,19,101); }

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

background-color css

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

 a { background-color: rgb(192,19,101); }

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

border-color css

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

 span { border-color: rgb(192,19,101); }

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