Html Css Color HEX #C50067 Jazzberry Jam

📋 copy color: '#C50067'

red 197 ◦ green 0 ◦ blue 103

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

Shades of Jazzberry Jam #C50067

Tints of Jazzberry Jam #C50067

RGB

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

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

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

R = 65.67%
G = 0%
B = 34.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C50067 (or 0xC50067) is known color: Jazzberry Jam. HEX triplet: C5, 00 and 67. RGB value is (197,0,103). Sum of RGB (Red+Green+Blue) = 197+0+103=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C50067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50067 is #3AFF98. Grayscale: #464646. Windows color (decimal): -3866521 or 6750405. OLE color: 6750405.

HSL color Cylindrical-coordinate representation of color #C50067: hue angle of 328.63º 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 #C50067 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 103 -
CMYK 0 1 0.48 0.23
HSL 328.63º 1% 0.39% -
HSV(B) 328.63º 1% 0.77% -
XYZ 25.47 12.85 13.97 -
YUV 70.65 146.27 218.12 -
System Red Green Blue C M Y K H S L
Decimal 197 0 103 0 1 0.48 0.23 328.63 1 0.39
Hex C5 0 67 0 64 30 17 149 64 27
Octal 305 0 147 0 144 60 27 511 144 47
Binary 11000101 0 1100111 0 1100100 110000 10111 101001001 1100100 100111

Color Harmonies of #C50067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50067

Black with #C50067

Text Example


Text Example

White with #C50067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50067; }

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

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

background-color css

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

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

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

border-color css

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

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

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