Html Css Color HEX #C21066 Jazzberry Jam

📋 copy color: '#C21066'

red 194 ◦ green 16 ◦ blue 102

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

Shades of Jazzberry Jam #C21066

Tints of Jazzberry Jam #C21066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

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

R = 62.18%
G = 5.13%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C21066 (or 0xC21066) is known color: Jazzberry Jam. HEX triplet: C2, 10 and 66. RGB value is (194,16,102). Sum of RGB (Red+Green+Blue) = 194+16+102=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C21066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21066 is #3DEF99. Grayscale: #4E4E4E. Windows color (decimal): -4059034 or 6688962. OLE color: 6688962.

HSL color Cylindrical-coordinate representation of color #C21066: hue angle of 331.01º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21066 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 16 102 -
CMYK 0 0.92 0.47 0.24
HSL 331.01º 0.85% 0.41% -
HSV(B) 331.01º 0.92% 0.76% -
XYZ 24.83 12.8 13.73 -
YUV 79.03 140.97 210.01 -
System Red Green Blue C M Y K H S L
Decimal 194 16 102 0 0.92 0.47 0.24 331.01 0.85 0.41
Hex C2 10 66 0 5C 2F 18 14B 55 29
Octal 302 20 146 0 134 57 30 513 125 51
Binary 11000010 10000 1100110 0 1011100 101111 11000 101001011 1010101 101001

Color Harmonies of #C21066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21066

Black with #C21066

Text Example


Text Example

White with #C21066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21066; }

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

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

background-color css

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

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

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

border-color css

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

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

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