Html Css Color HEX #C00061 Jazzberry Jam

📋 copy color: '#C00061'

red 192 ◦ green 0 ◦ blue 97

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

Shades of Jazzberry Jam #C00061

Tints of Jazzberry Jam #C00061

RGB

 RED value IS 192 (75.39% from 255) = 66.44%

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

 BLUE value IS 97 (38.28% from 255) = 33.56%

R = 66.44%
G = 0%
B = 33.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C00061 (or 0xC00061) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 61. RGB value is (192,0,97). Sum of RGB (Red+Green+Blue) = 192+0+97=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C00061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00061 is #3FFF9E. Grayscale: #444444. Windows color (decimal): -4194207 or 6357184. OLE color: 6357184.

HSL color Cylindrical-coordinate representation of color #C00061: hue angle of 329.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00061 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 97 -
CMYK 0 1 0.49 0.25
HSL 329.69º 1% 0.38% -
HSV(B) 329.69º 1% 0.75% -
XYZ 23.9 12.07 12.38 -
YUV 68.47 144.11 216.11 -
System Red Green Blue C M Y K H S L
Decimal 192 0 97 0 1 0.49 0.25 329.69 1 0.38
Hex C0 0 61 0 64 31 19 14A 64 26
Octal 300 0 141 0 144 61 31 512 144 46
Binary 11000000 0 1100001 0 1100100 110001 11001 101001010 1100100 100110

Color Harmonies of #C00061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00061

Black with #C00061

Text Example


Text Example

White with #C00061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00061; }

 p { color: rgb(192,0,97); }

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

background-color css

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

 a { background-color: rgb(192,0,97); }

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

border-color css

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

 span { border-color: rgb(192,0,97); }

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