Html Css Color HEX #C00B5D Jazzberry Jam

📋 copy color: '#C00B5D'

red 192 ◦ green 11 ◦ blue 93

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

Shades of Jazzberry Jam #C00B5D

Tints of Jazzberry Jam #C00B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 64.86%
G = 3.72%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C00B5D (or 0xC00B5D) is known color: Jazzberry Jam. HEX triplet: C0, 0B and 5D. RGB value is (192,11,93). Sum of RGB (Red+Green+Blue) = 192+11+93=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00B5D is #3FF4A2. Grayscale: #4A4A4A. Windows color (decimal): -4191395 or 6097856. OLE color: 6097856.

HSL color Cylindrical-coordinate representation of color #C00B5D: hue angle of 332.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 #C00B5D is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 11 93 -
CMYK 0 0.94 0.52 0.25
HSL 332.82º 0.89% 0.4% -
HSV(B) 332.82º 0.94% 0.75% -
XYZ 23.83 12.24 11.46 -
YUV 74.47 138.47 211.83 -
System Red Green Blue C M Y K H S L
Decimal 192 11 93 0 0.94 0.52 0.25 332.82 0.89 0.4
Hex C0 B 5D 0 5E 34 19 14D 59 28
Octal 300 13 135 0 136 64 31 515 131 50
Binary 11000000 1011 1011101 0 1011110 110100 11001 101001101 1011001 101000

Color Harmonies of #C00B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00B5D

Black with #C00B5D

Text Example


Text Example

White with #C00B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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