Html Css Color HEX #C00B5E Jazzberry Jam

📋 copy color: '#C00B5E'

red 192 ◦ green 11 ◦ blue 94

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

Shades of Jazzberry Jam #C00B5E

Tints of Jazzberry Jam #C00B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 64.65%
G = 3.7%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C00B5E (or 0xC00B5E) is known color: Jazzberry Jam. HEX triplet: C0, 0B and 5E. RGB value is (192,11,94). Sum of RGB (Red+Green+Blue) = 192+11+94=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00B5E is #3FF4A1. Grayscale: #4A4A4A. Windows color (decimal): -4191394 or 6163392. OLE color: 6163392.

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

Color convert

RGB 192 11 94 -
CMYK 0 0.94 0.51 0.25
HSL 332.49º 0.89% 0.4% -
HSV(B) 332.49º 0.94% 0.75% -
XYZ 23.88 12.25 11.7 -
YUV 74.58 138.97 211.75 -
System Red Green Blue C M Y K H S L
Decimal 192 11 94 0 0.94 0.51 0.25 332.49 0.89 0.4
Hex C0 B 5E 0 5E 33 19 14C 59 28
Octal 300 13 136 0 136 63 31 514 131 50
Binary 11000000 1011 1011110 0 1011110 110011 11001 101001100 1011001 101000

Color Harmonies of #C00B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00B5E

Black with #C00B5E

Text Example


Text Example

White with #C00B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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