Html Css Color HEX #C20969 Jazzberry Jam

📋 copy color: '#C20969'

red 194 ◦ green 9 ◦ blue 105

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

Shades of Jazzberry Jam #C20969

Tints of Jazzberry Jam #C20969

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

 BLUE value IS 105 (41.41% from 255) = 34.09%

R = 62.99%
G = 2.92%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C20969 (or 0xC20969) is known color: Jazzberry Jam. HEX triplet: C2, 09 and 69. RGB value is (194,9,105). Sum of RGB (Red+Green+Blue) = 194+9+105=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C20969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20969 is #3DF696. Grayscale: #4B4B4B. Windows color (decimal): -4060823 or 6883778. OLE color: 6883778.

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

Color convert

RGB 194 9 105 -
CMYK 0 0.95 0.46 0.24
HSL 328.86º 0.91% 0.4% -
HSV(B) 328.86º 0.95% 0.76% -
XYZ 24.9 12.68 14.5 -
YUV 75.26 144.79 212.69 -
System Red Green Blue C M Y K H S L
Decimal 194 9 105 0 0.95 0.46 0.24 328.86 0.91 0.4
Hex C2 9 69 0 5F 2E 18 149 5B 28
Octal 302 11 151 0 137 56 30 511 133 50
Binary 11000010 1001 1101001 0 1011111 101110 11000 101001001 1011011 101000

Color Harmonies of #C20969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20969

Black with #C20969

Text Example


Text Example

White with #C20969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20969; }

 p { color: rgb(194,9,105); }

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

background-color css

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

 a { background-color: rgb(194,9,105); }

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

border-color css

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

 span { border-color: rgb(194,9,105); }

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