Html Css Color HEX #C01865 Jazzberry Jam

📋 copy color: '#C01865'

red 192 ◦ green 24 ◦ blue 101

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

Shades of Jazzberry Jam #C01865

Tints of Jazzberry Jam #C01865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.57%

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

R = 60.57%
G = 7.57%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C01865 (or 0xC01865) is known color: Jazzberry Jam. HEX triplet: C0, 18 and 65. RGB value is (192,24,101). Sum of RGB (Red+Green+Blue) = 192+24+101=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C01865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01865 is #3FE79A. Grayscale: #525252. Windows color (decimal): -4188059 or 6625472. OLE color: 6625472.

HSL color Cylindrical-coordinate representation of color #C01865: hue angle of 332.5º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01865 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 101 -
CMYK 0 0.88 0.47 0.25
HSL 332.5º 0.78% 0.42% -
HSV(B) 332.5º 0.88% 0.75% -
XYZ 24.41 12.8 13.5 -
YUV 83.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 192 24 101 0 0.88 0.47 0.25 332.5 0.78 0.42
Hex C0 18 65 0 58 2F 19 14C 4E 2A
Octal 300 30 145 0 130 57 31 514 116 52
Binary 11000000 11000 1100101 0 1011000 101111 11001 101001100 1001110 101010

Color Harmonies of #C01865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01865

Black with #C01865

Text Example


Text Example

White with #C01865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01865; }

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

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

background-color css

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

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

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

border-color css

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

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

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