Html Css Color HEX #C20468 Jazzberry Jam

📋 copy color: '#C20468'

red 194 ◦ green 4 ◦ blue 104

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

Shades of Jazzberry Jam #C20468

Tints of Jazzberry Jam #C20468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 64.24%
G = 1.32%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C20468 (or 0xC20468) is known color: Jazzberry Jam. HEX triplet: C2, 04 and 68. RGB value is (194,4,104). Sum of RGB (Red+Green+Blue) = 194+4+104=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C20468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20468 is #3DFB97. Grayscale: #484848. Windows color (decimal): -4062104 or 6816962. OLE color: 6816962.

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

Color convert

RGB 194 4 104 -
CMYK 0 0.98 0.46 0.24
HSL 328.42º 0.96% 0.39% -
HSV(B) 328.42º 0.98% 0.76% -
XYZ 24.79 12.56 14.21 -
YUV 72.21 145.95 214.87 -
System Red Green Blue C M Y K H S L
Decimal 194 4 104 0 0.98 0.46 0.24 328.42 0.96 0.39
Hex C2 4 68 0 62 2E 18 148 60 27
Octal 302 4 150 0 142 56 30 510 140 47
Binary 11000010 100 1101000 0 1100010 101110 11000 101001000 1100000 100111

Color Harmonies of #C20468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20468

Black with #C20468

Text Example


Text Example

White with #C20468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20468; }

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

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

background-color css

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

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

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

border-color css

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

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

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