Html Css Color HEX #C20068 Jazzberry Jam

📋 copy color: '#C20068'

red 194 ◦ green 0 ◦ blue 104

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

Shades of Jazzberry Jam #C20068

Tints of Jazzberry Jam #C20068

RGB

 RED value IS 194 (76.17% from 255) = 65.1%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.1%
G = 0%
B = 34.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C20068 (or 0xC20068) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 68. RGB value is (194,0,104). Sum of RGB (Red+Green+Blue) = 194+0+104=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C20068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20068 is #3DFF97. Grayscale: #454545. Windows color (decimal): -4063128 or 6815938. OLE color: 6815938.

HSL color Cylindrical-coordinate representation of color #C20068: hue angle of 327.84º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20068 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 104 -
CMYK 0 1 0.46 0.24
HSL 327.84º 1% 0.38% -
HSV(B) 327.84º 1% 0.76% -
XYZ 24.75 12.47 14.2 -
YUV 69.86 147.27 216.54 -
System Red Green Blue C M Y K H S L
Decimal 194 0 104 0 1 0.46 0.24 327.84 1 0.38
Hex C2 0 68 0 64 2E 18 148 64 26
Octal 302 0 150 0 144 56 30 510 144 46
Binary 11000010 0 1101000 0 1100100 101110 11000 101001000 1100100 100110

Color Harmonies of #C20068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20068

Black with #C20068

Text Example


Text Example

White with #C20068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20068; }

 p { color: rgb(194,0,104); }

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

background-color css

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

 a { background-color: rgb(194,0,104); }

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

border-color css

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

 span { border-color: rgb(194,0,104); }

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