Html Css Color HEX #C00B60 Jazzberry Jam

📋 copy color: '#C00B60'

red 192 ◦ green 11 ◦ blue 96

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

Shades of Jazzberry Jam #C00B60

Tints of Jazzberry Jam #C00B60

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.68%

 BLUE value IS 96 (37.89% from 255) = 32.11%

R = 64.21%
G = 3.68%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C00B60 (or 0xC00B60) is known color: Jazzberry Jam. HEX triplet: C0, 0B and 60. RGB value is (192,11,96). Sum of RGB (Red+Green+Blue) = 192+11+96=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00B60 is #3FF49F. Grayscale: #4A4A4A. Windows color (decimal): -4191392 or 6294464. OLE color: 6294464.

HSL color Cylindrical-coordinate representation of color #C00B60: hue angle of 331.82º degrees, saturation: 0.89, 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 #C00B60 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 11 96 -
CMYK 0 0.94 0.50 0.25
HSL 331.82º 0.89% 0.4% -
HSV(B) 331.82º 0.94% 0.75% -
XYZ 23.97 12.29 12.18 -
YUV 74.81 139.97 211.59 -
System Red Green Blue C M Y K H S L
Decimal 192 11 96 0 0.94 0.50 0.25 331.82 0.89 0.4
Hex C0 B 60 0 5E 32 19 14C 59 28
Octal 300 13 140 0 136 62 31 514 131 50
Binary 11000000 1011 1100000 0 1011110 110010 11001 101001100 1011001 101000

Color Harmonies of #C00B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00B60

Black with #C00B60

Text Example


Text Example

White with #C00B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00B60; }

 p { color: rgb(192,11,96); }

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

background-color css

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

 a { background-color: rgb(192,11,96); }

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

border-color css

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

 span { border-color: rgb(192,11,96); }

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