Html Css Color HEX #C20268 Jazzberry Jam

📋 copy color: '#C20268'

red 194 ◦ green 2 ◦ blue 104

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

Shades of Jazzberry Jam #C20268

Tints of Jazzberry Jam #C20268

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 64.67%
G = 0.67%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C20268 (or 0xC20268) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 68. RGB value is (194,2,104). Sum of RGB (Red+Green+Blue) = 194+2+104=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C20268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20268 is #3DFD97. Grayscale: #464646. Windows color (decimal): -4062616 or 6816450. OLE color: 6816450.

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

Color convert

RGB 194 2 104 -
CMYK 0 0.99 0.46 0.24
HSL 328.13º 0.98% 0.38% -
HSV(B) 328.13º 0.99% 0.76% -
XYZ 24.77 12.51 14.21 -
YUV 71.04 146.61 215.71 -
System Red Green Blue C M Y K H S L
Decimal 194 2 104 0 0.99 0.46 0.24 328.13 0.98 0.38
Hex C2 2 68 0 63 2E 18 148 62 26
Octal 302 2 150 0 143 56 30 510 142 46
Binary 11000010 10 1101000 0 1100011 101110 11000 101001000 1100010 100110

Color Harmonies of #C20268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20268

Black with #C20268

Text Example


Text Example

White with #C20268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20268; }

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

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

background-color css

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

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

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

border-color css

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

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

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