Html Css Color HEX #C01565 Jazzberry Jam

📋 copy color: '#C01565'

red 192 ◦ green 21 ◦ blue 101

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

Shades of Jazzberry Jam #C01565

Tints of Jazzberry Jam #C01565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

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

R = 61.15%
G = 6.69%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C01565 (or 0xC01565) is known color: Jazzberry Jam. HEX triplet: C0, 15 and 65. RGB value is (192,21,101). Sum of RGB (Red+Green+Blue) = 192+21+101=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C01565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01565 is #3FEA9A. Grayscale: #515151. Windows color (decimal): -4188827 or 6624704. OLE color: 6624704.

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

Color convert

RGB 192 21 101 -
CMYK 0 0.89 0.47 0.25
HSL 331.93º 0.8% 0.42% -
HSV(B) 331.93º 0.89% 0.75% -
XYZ 24.36 12.68 13.48 -
YUV 81.25 139.15 207 -
System Red Green Blue C M Y K H S L
Decimal 192 21 101 0 0.89 0.47 0.25 331.93 0.8 0.42
Hex C0 15 65 0 59 2F 19 14C 50 2A
Octal 300 25 145 0 131 57 31 514 120 52
Binary 11000000 10101 1100101 0 1011001 101111 11001 101001100 1010000 101010

Color Harmonies of #C01565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01565

Black with #C01565

Text Example


Text Example

White with #C01565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01565; }

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

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

background-color css

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

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

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

border-color css

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

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

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