Html Css Color HEX #C00C68 Jazzberry Jam

📋 copy color: '#C00C68'

red 192 ◦ green 12 ◦ blue 104

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

Shades of Jazzberry Jam #C00C68

Tints of Jazzberry Jam #C00C68

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.9%

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

R = 62.34%
G = 3.9%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C00C68 (or 0xC00C68) is known color: Jazzberry Jam. HEX triplet: C0, 0C and 68. RGB value is (192,12,104). Sum of RGB (Red+Green+Blue) = 192+12+104=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C00C68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00C68 is #3FF397. Grayscale: #4C4C4C. Windows color (decimal): -4191128 or 6819008. OLE color: 6819008.

HSL color Cylindrical-coordinate representation of color #C00C68: hue angle of 329.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00C68 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 12 104 -
CMYK 0 0.94 0.46 0.25
HSL 329.33º 0.88% 0.4% -
HSV(B) 329.33º 0.94% 0.75% -
XYZ 24.37 12.47 14.22 -
YUV 76.31 143.63 210.52 -
System Red Green Blue C M Y K H S L
Decimal 192 12 104 0 0.94 0.46 0.25 329.33 0.88 0.4
Hex C0 C 68 0 5E 2E 19 149 58 28
Octal 300 14 150 0 136 56 31 511 130 50
Binary 11000000 1100 1101000 0 1011110 101110 11001 101001001 1011000 101000

Color Harmonies of #C00C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00C68

Black with #C00C68

Text Example


Text Example

White with #C00C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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