Html Css Color HEX #C00068 Jazzberry Jam

📋 copy color: '#C00068'

red 192 ◦ green 0 ◦ blue 104

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

Shades of Jazzberry Jam #C00068

Tints of Jazzberry Jam #C00068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.14%

R = 64.86%
G = 0%
B = 35.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C00068 (or 0xC00068) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 68. RGB value is (192,0,104). Sum of RGB (Red+Green+Blue) = 192+0+104=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C00068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00068 is #3FFF97. Grayscale: #454545. Windows color (decimal): -4194200 or 6815936. OLE color: 6815936.

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

Color convert

RGB 192 0 104 -
CMYK 0 1 0.46 0.25
HSL 327.5º 1% 0.38% -
HSV(B) 327.5º 1% 0.75% -
XYZ 24.24 12.21 14.18 -
YUV 69.26 147.61 215.54 -
System Red Green Blue C M Y K H S L
Decimal 192 0 104 0 1 0.46 0.25 327.5 1 0.38
Hex C0 0 68 0 64 2E 19 148 64 26
Octal 300 0 150 0 144 56 31 510 144 46
Binary 11000000 0 1101000 0 1100100 101110 11001 101001000 1100100 100110

Color Harmonies of #C00068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00068

Black with #C00068

Text Example


Text Example

White with #C00068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00068; }

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

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

background-color css

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

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

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

border-color css

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

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

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