Html Css Color HEX #C00568 Jazzberry Jam

📋 copy color: '#C00568'

red 192 ◦ green 5 ◦ blue 104

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

Shades of Jazzberry Jam #C00568

Tints of Jazzberry Jam #C00568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 63.79%
G = 1.66%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C00568 (or 0xC00568) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 68. RGB value is (192,5,104). Sum of RGB (Red+Green+Blue) = 192+5+104=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C00568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00568 is #3FFA97. Grayscale: #474747. Windows color (decimal): -4192920 or 6817216. OLE color: 6817216.

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

Color convert

RGB 192 5 104 -
CMYK 0 0.97 0.46 0.25
HSL 328.24º 0.95% 0.39% -
HSV(B) 328.24º 0.97% 0.75% -
XYZ 24.29 12.31 14.19 -
YUV 72.2 145.95 213.45 -
System Red Green Blue C M Y K H S L
Decimal 192 5 104 0 0.97 0.46 0.25 328.24 0.95 0.39
Hex C0 5 68 0 61 2E 19 148 5F 27
Octal 300 5 150 0 141 56 31 510 137 47
Binary 11000000 101 1101000 0 1100001 101110 11001 101001000 1011111 100111

Color Harmonies of #C00568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00568

Black with #C00568

Text Example


Text Example

White with #C00568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00568; }

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

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

background-color css

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

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

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

border-color css

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

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

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