Html Css Color HEX #C50069 Jazzberry Jam

📋 copy color: '#C50069'

red 197 ◦ green 0 ◦ blue 105

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

Shades of Jazzberry Jam #C50069

Tints of Jazzberry Jam #C50069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.23%
G = 0%
B = 34.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C50069 (or 0xC50069) is known color: Jazzberry Jam. HEX triplet: C5, 00 and 69. RGB value is (197,0,105). Sum of RGB (Red+Green+Blue) = 197+0+105=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C50069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50069 is #3AFF96. Grayscale: #464646. Windows color (decimal): -3866519 or 6881477. OLE color: 6881477.

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

Color convert

RGB 197 0 105 -
CMYK 0 1 0.47 0.23
HSL 328.02º 1% 0.39% -
HSV(B) 328.02º 1% 0.77% -
XYZ 25.58 12.89 14.5 -
YUV 70.87 147.27 217.96 -
System Red Green Blue C M Y K H S L
Decimal 197 0 105 0 1 0.47 0.23 328.02 1 0.39
Hex C5 0 69 0 64 2F 17 148 64 27
Octal 305 0 151 0 144 57 27 510 144 47
Binary 11000101 0 1101001 0 1100100 101111 10111 101001000 1100100 100111

Color Harmonies of #C50069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50069

Black with #C50069

Text Example


Text Example

White with #C50069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50069; }

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

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

background-color css

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

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

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

border-color css

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

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

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