Html Css Color HEX #C50169 Jazzberry Jam

📋 copy color: '#C50169'

red 197 ◦ green 1 ◦ blue 105

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

Shades of Jazzberry Jam #C50169

Tints of Jazzberry Jam #C50169

RGB

 RED value IS 197 (77.34% from 255) = 65.02%

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 65.02%
G = 0.33%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C50169 (or 0xC50169) is known color: Jazzberry Jam. HEX triplet: C5, 01 and 69. RGB value is (197,1,105). Sum of RGB (Red+Green+Blue) = 197+1+105=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C50169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50169 is #3AFE96. Grayscale: #474747. Windows color (decimal): -3866263 or 6881733. OLE color: 6881733.

HSL color Cylindrical-coordinate representation of color #C50169: hue angle of 328.16º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50169 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 105 -
CMYK 0 0.99 0.47 0.23
HSL 328.16º 0.99% 0.39% -
HSV(B) 328.16º 0.99% 0.77% -
XYZ 25.59 12.91 14.51 -
YUV 71.46 146.93 217.54 -
System Red Green Blue C M Y K H S L
Decimal 197 1 105 0 0.99 0.47 0.23 328.16 0.99 0.39
Hex C5 1 69 0 63 2F 17 148 63 27
Octal 305 1 151 0 143 57 27 510 143 47
Binary 11000101 1 1101001 0 1100011 101111 10111 101001000 1100011 100111

Color Harmonies of #C50169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50169

Black with #C50169

Text Example


Text Example

White with #C50169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50169; }

 p { color: rgb(197,1,105); }

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

background-color css

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

 a { background-color: rgb(197,1,105); }

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

border-color css

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

 span { border-color: rgb(197,1,105); }

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