Html Css Color HEX #C20A68 Jazzberry Jam

📋 copy color: '#C20A68'

red 194 ◦ green 10 ◦ blue 104

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

Shades of Jazzberry Jam #C20A68

Tints of Jazzberry Jam #C20A68

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.25%

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

R = 62.99%
G = 3.25%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C20A68 (or 0xC20A68) is known color: Jazzberry Jam. HEX triplet: C2, 0A and 68. RGB value is (194,10,104). Sum of RGB (Red+Green+Blue) = 194+10+104=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20A68 is #3DF597. Grayscale: #4B4B4B. Windows color (decimal): -4060568 or 6818498. OLE color: 6818498.

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

Color convert

RGB 194 10 104 -
CMYK 0 0.95 0.46 0.24
HSL 329.35º 0.9% 0.4% -
HSV(B) 329.35º 0.95% 0.76% -
XYZ 24.86 12.69 14.24 -
YUV 75.73 143.96 212.36 -
System Red Green Blue C M Y K H S L
Decimal 194 10 104 0 0.95 0.46 0.24 329.35 0.9 0.4
Hex C2 A 68 0 5F 2E 18 149 5A 28
Octal 302 12 150 0 137 56 30 511 132 50
Binary 11000010 1010 1101000 0 1011111 101110 11000 101001001 1011010 101000

Color Harmonies of #C20A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20A68

Black with #C20A68

Text Example


Text Example

White with #C20A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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