Html Css Color HEX #C00566 Jazzberry Jam

📋 copy color: '#C00566'

red 192 ◦ green 5 ◦ blue 102

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

Shades of Jazzberry Jam #C00566

Tints of Jazzberry Jam #C00566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 64.21%
G = 1.67%
B = 34.11%

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

#C00566 (or 0xC00566) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 66. RGB value is (192,5,102). Sum of RGB (Red+Green+Blue) = 192+5+102=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C00566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00566 is #3FFA99. Grayscale: #474747. Windows color (decimal): -4192922 or 6686144. OLE color: 6686144.

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

Color convert

RGB 192 5 102 -
CMYK 0 0.97 0.47 0.25
HSL 328.88º 0.95% 0.39% -
HSV(B) 328.88º 0.97% 0.75% -
XYZ 24.19 12.27 13.66 -
YUV 71.97 144.95 213.61 -
System Red Green Blue C M Y K H S L
Decimal 192 5 102 0 0.97 0.47 0.25 328.88 0.95 0.39
Hex C0 5 66 0 61 2F 19 149 5F 27
Octal 300 5 146 0 141 57 31 511 137 47
Binary 11000000 101 1100110 0 1100001 101111 11001 101001001 1011111 100111

Color Harmonies of #C00566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00566

Black with #C00566

Text Example


Text Example

White with #C00566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00566; }

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

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

background-color css

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

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

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

border-color css

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

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

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