Html Css Color HEX #C20265 Jazzberry Jam

📋 copy color: '#C20265'

red 194 ◦ green 2 ◦ blue 101

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

Shades of Jazzberry Jam #C20265

Tints of Jazzberry Jam #C20265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 65.32%
G = 0.67%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C20265 (or 0xC20265) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 65. RGB value is (194,2,101). Sum of RGB (Red+Green+Blue) = 194+2+101=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C20265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20265 is #3DFD9A. Grayscale: #464646. Windows color (decimal): -4062619 or 6619842. OLE color: 6619842.

HSL color Cylindrical-coordinate representation of color #C20265: hue angle of 329.06º 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 #C20265 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 2 101 -
CMYK 0 0.99 0.48 0.24
HSL 329.06º 0.98% 0.38% -
HSV(B) 329.06º 0.99% 0.76% -
XYZ 24.62 12.45 13.42 -
YUV 70.69 145.11 215.95 -
System Red Green Blue C M Y K H S L
Decimal 194 2 101 0 0.99 0.48 0.24 329.06 0.98 0.38
Hex C2 2 65 0 63 30 18 149 62 26
Octal 302 2 145 0 143 60 30 511 142 46
Binary 11000010 10 1100101 0 1100011 110000 11000 101001001 1100010 100110

Color Harmonies of #C20265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20265

Black with #C20265

Text Example


Text Example

White with #C20265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20265; }

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

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

background-color css

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

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

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

border-color css

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

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

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