Html Css Color HEX #C20667 Jazzberry Jam

📋 copy color: '#C20667'

red 194 ◦ green 6 ◦ blue 103

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

Shades of Jazzberry Jam #C20667

Tints of Jazzberry Jam #C20667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.98%

 BLUE value IS 103 (40.63% from 255) = 33.99%

R = 64.03%
G = 1.98%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C20667 (or 0xC20667) is known color: Jazzberry Jam. HEX triplet: C2, 06 and 67. RGB value is (194,6,103). Sum of RGB (Red+Green+Blue) = 194+6+103=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C20667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20667 is #3DF998. Grayscale: #494949. Windows color (decimal): -4061593 or 6751938. OLE color: 6751938.

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

Color convert

RGB 194 6 103 -
CMYK 0 0.97 0.47 0.24
HSL 329.04º 0.94% 0.39% -
HSV(B) 329.04º 0.97% 0.76% -
XYZ 24.76 12.58 13.95 -
YUV 73.27 144.78 214.11 -
System Red Green Blue C M Y K H S L
Decimal 194 6 103 0 0.97 0.47 0.24 329.04 0.94 0.39
Hex C2 6 67 0 61 2F 18 149 5E 27
Octal 302 6 147 0 141 57 30 511 136 47
Binary 11000010 110 1100111 0 1100001 101111 11000 101001001 1011110 100111

Color Harmonies of #C20667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20667

Black with #C20667

Text Example


Text Example

White with #C20667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20667; }

 p { color: rgb(194,6,103); }

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

background-color css

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

 a { background-color: rgb(194,6,103); }

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

border-color css

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

 span { border-color: rgb(194,6,103); }

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