Html Css Color HEX #C20266 Jazzberry Jam

📋 copy color: '#C20266'

red 194 ◦ green 2 ◦ blue 102

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

Shades of Jazzberry Jam #C20266

Tints of Jazzberry Jam #C20266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 65.1%
G = 0.67%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C20266 (or 0xC20266) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 66. RGB value is (194,2,102). Sum of RGB (Red+Green+Blue) = 194+2+102=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C20266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20266 is #3DFD99. Grayscale: #464646. Windows color (decimal): -4062618 or 6685378. OLE color: 6685378.

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

Color convert

RGB 194 2 102 -
CMYK 0 0.99 0.47 0.24
HSL 328.75º 0.98% 0.38% -
HSV(B) 328.75º 0.99% 0.76% -
XYZ 24.67 12.47 13.68 -
YUV 70.81 145.61 215.87 -
System Red Green Blue C M Y K H S L
Decimal 194 2 102 0 0.99 0.47 0.24 328.75 0.98 0.38
Hex C2 2 66 0 63 2F 18 149 62 26
Octal 302 2 146 0 143 57 30 511 142 46
Binary 11000010 10 1100110 0 1100011 101111 11000 101001001 1100010 100110

Color Harmonies of #C20266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20266

Black with #C20266

Text Example


Text Example

White with #C20266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20266; }

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

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

background-color css

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

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

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

border-color css

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

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

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