Html Css Color HEX #C00565 Jazzberry Jam

📋 copy color: '#C00565'

red 192 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #C00565

Tints of Jazzberry Jam #C00565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 64.43%
G = 1.68%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C00565 (or 0xC00565) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 65. RGB value is (192,5,101). Sum of RGB (Red+Green+Blue) = 192+5+101=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C00565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00565 is #3FFA9A. Grayscale: #474747. Windows color (decimal): -4192923 or 6620608. OLE color: 6620608.

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

Color convert

RGB 192 5 101 -
CMYK 0 0.97 0.47 0.25
HSL 329.2º 0.95% 0.39% -
HSV(B) 329.2º 0.97% 0.75% -
XYZ 24.14 12.25 13.4 -
YUV 71.86 144.45 213.69 -
System Red Green Blue C M Y K H S L
Decimal 192 5 101 0 0.97 0.47 0.25 329.2 0.95 0.39
Hex C0 5 65 0 61 2F 19 149 5F 27
Octal 300 5 145 0 141 57 31 511 137 47
Binary 11000000 101 1100101 0 1100001 101111 11001 101001001 1011111 100111

Color Harmonies of #C00565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00565

Black with #C00565

Text Example


Text Example

White with #C00565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00565; }

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

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

background-color css

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

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

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

border-color css

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

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

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